命名空间:microsoft.graph
重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
Windows 功能更新配置文件
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 实体的标识符。 |
| displayName | String | 配置文件的显示名称。 |
| description | String | 用户指定的配置文件的说明。 |
| featureUpdateVersion | String | 将部署到此配置文件面向的设备的功能更新版本。 版本可以是任何受支持的版本,例如 1709、1803 或 1809 等。 |
| rolloutSettings | windowsUpdateRolloutSettings | Windows 更新推出设置,包括产品/服务开始日期时间、产品/服务结束日期时间和每组产品/服务之间的天数。 |
| createdDateTime | DateTimeOffset | 创建配置文件的日期时间。 |
| lastModifiedDateTime | DateTimeOffset | 上次修改配置文件的日期时间。 |
| roleScopeTagIds | 字符串集合 | 此功能更新实体的范围标记列表。 |
| deployableContentDisplayName | String | 质量更新配置文件可部署内容的友好显示名称 |
| endOfSupportDate | DateTimeOffset | 功能更新的最后受支持日期 |
| installLatestWindows10OnWindows11IneligibleDevice | 布尔值 | 如果为 true,则将在不符合Microsoft Windows 11条件的设备上安装最新的Microsoft Windows 10更新 |
| 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
}