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