名前空間: microsoft.graph
重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Windows 機能更新プログラム プロファイル
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| WindowsFeatureUpdateProfiles の一覧表示 | windowsFeatureUpdateProfile コレクション | windowsFeatureUpdateProfile オブジェクトのプロパティと関係を一覧表示します。 |
| WindowsFeatureUpdateProfile を取得する | windowsFeatureUpdateProfile | windowsFeatureUpdateProfile オブジェクトのプロパティと関係を読み取ります。 |
| WindowsFeatureUpdateProfile の作成 | windowsFeatureUpdateProfile | 新しい WindowsFeatureUpdateProfile オブジェクトを作成します。 |
| windowsFeatureUpdateProfile を削除する | なし | WindowsFeatureUpdateProfile を削除します。 |
| windowsFeatureUpdateProfile を更新する | windowsFeatureUpdateProfile | windowsFeatureUpdateProfile オブジェクトのプロパティを更新します。 |
| assign アクション | なし |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | エンティティの識別子。 |
| displayName | 文字列 | プロファイルの表示名。 |
| 説明 | String | ユーザーが指定したプロファイルの説明。 |
| featureUpdateVersion | 文字列 | このプロファイルの対象となるデバイスに展開される機能更新プログラムのバージョン。 バージョンは、1709、1803、1809 などのサポートされている任意のバージョンにすることができます。 |
| rolloutSettings | windowsUpdateRolloutSettings | Windows Update のロールアウト設定 (オファーの開始日時、オファーの終了日時、オファーの各セット間の日数など)。 |
| createdDateTime | DateTimeOffset | プロファイルが作成された日時。 |
| lastModifiedDateTime | DateTimeOffset | プロファイルが最後に変更された日時。 |
| roleScopeTagIds | String collection | この機能更新プログラム エンティティのスコープ タグの一覧。 |
| deployableContentDisplayName | 文字列 | 品質更新プログラム プロファイル配置可能コンテンツのわかりやすい表示名 |
| endOfSupportDate | DateTimeOffset | 機能更新プログラムの最終サポート日 |
| installLatestWindows10OnWindows11IneligibleDevice | ブール型 | true の場合、最新の Microsoft Windows 10 更新プログラムは、Microsoft Windows 11 の対象外のデバイスにインストールされます |
| installFeatureUpdatesOptional | ブール型 | true の場合、Windows 11 の更新プログラムはオプションになります |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| assignments | windowsFeatureUpdateProfileAssignment コレクション | プロファイルのグループ割り当ての一覧。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsFeatureUpdateProfile",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"featureUpdateVersion": "String",
"rolloutSettings": {
"@odata.type": "microsoft.graph.windowsUpdateRolloutSettings",
"offerStartDateTimeInUTC": "String (timestamp)",
"offerEndDateTimeInUTC": "String (timestamp)",
"offerIntervalInDays": 1024
},
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
],
"deployableContentDisplayName": "String",
"endOfSupportDate": "String (timestamp)",
"installLatestWindows10OnWindows11IneligibleDevice": true,
"installFeatureUpdatesOptional": true
}