windowsQualityUpdateProfile リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
Windows品質更新プロファイル
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | Intune ポリシー ID。 |
| displayName | String | プロファイルの表示名。 |
| description | String | ユーザーによって指定されたプロファイルの説明。 |
| expeditedUpdateSettings | expeditedWindowsQualityUpdateSettings | 更新プログラムの設定を迅速化しました。 |
| createdDateTime | DateTimeOffset | プロファイルが作成された日付時刻。 |
| lastModifiedDateTime | DateTimeOffset | プロファイルが最後に変更された日時。 |
| roleScopeTagIds | String collection | この品質更新プログラム エンティティのスコープ タグの一覧。 |
| releaseDateDisplayName | String | 品質更新プログラムのリリースに表示するフレンドリーなリリース日 |
| deployableContentDisplayName | String | 品質更新プロファイル展開可能なコンテンツの表示名 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| assignments | windowsQualityUpdateProfileAssignment コレクション | プロファイルのグループ割り当ての一覧。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsQualityUpdateProfile",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"expeditedUpdateSettings": {
"@odata.type": "microsoft.graph.expeditedWindowsQualityUpdateSettings",
"qualityUpdateRelease": "String",
"daysUntilForcedReboot": 1024
},
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
],
"releaseDateDisplayName": "String",
"deployableContentDisplayName": "String"
}
フィードバック
フィードバックの送信と表示