windowsQualityUpdateProfile 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
Windows 质量更新配置文件
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | Intune策略 ID。 |
displayName | String | 配置文件的显示名称。 |
description | String | 用户指定的配置文件的说明。 |
expeditedUpdateSettings | expeditedWindowsQualityUpdateSettings | 快速更新设置。 |
createdDateTime | DateTimeOffset | 创建配置文件的日期时间。 |
lastModifiedDateTime | DateTimeOffset | 上次修改配置文件的日期时间。 |
roleScopeTagIds | 字符串集合 | 此质量更新实体的范围标记列表。 |
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"
}