windowsQualityUpdateProfile 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
Windows质量更新配置文件
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | Intune 策略 ID。 |
| displayName | String | 配置文件显示名称的配置文件。 |
| 说明 | 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"
}
反馈
提交和查看相关反馈