windowsFeatureUpdateProfile リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Windows 機能更新プログラム プロファイル
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
WindowsFeatureUpdateProfiles を一覧表示する | windowsFeatureUpdateProfile コレクション | windowsFeatureUpdateProfile オブジェクトのプロパティとリレーションシップを一覧表示します。 |
WindowsFeatureUpdateProfile を取得する | windowsFeatureUpdateProfile | windowsFeatureUpdateProfile オブジェクトのプロパティとリレーションシップを読み取ります。 |
windowsFeatureUpdateProfile を作成する | windowsFeatureUpdateProfile | 新しい windowsFeatureUpdateProfile オブジェクトを 作成します。 |
windowsFeatureUpdateProfile を削除する | なし | windowsFeatureUpdateProfile を削除します。 |
WindowsFeatureUpdateProfile を更新する | windowsFeatureUpdateProfile | windowsFeatureUpdateProfile オブジェクトのプロパティを更新します。 |
assign アクション | なし |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティの識別子。 |
displayName | String | プロファイルの表示名。 |
説明 | String | ユーザーによって指定されたプロファイルの説明。 |
featureUpdateVersion | String | このプロファイルの対象となるデバイスに展開される機能更新プログラムのバージョン。 バージョンは、1709、1803、1809 など、サポートされている任意のバージョンです。 |
rolloutSettings | windowsUpdateRolloutSettings | オファーの開始時刻、オファーの終了日時、オファーの各セット間の日数など、Windows 更新プログラムのロールアウト設定。 |
createdDateTime | DateTimeOffset | プロファイルが作成された日付時刻。 |
lastModifiedDateTime | DateTimeOffset | プロファイルが最後に変更された日付時刻。 |
roleScopeTagIds | String collection | この機能更新エンティティのスコープ タグの一覧。 |
deployableContentDisplayName | String | 品質更新プロファイルの展開可能なコンテンツのフレンドリ表示名 |
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
}