windowsFeatureUpdateProfile 资源类型

命名空间:microsoft.graph

重要提示:Microsoft 支持 Intune/beta API,但它们可能会进行更频繁的更改。 Microsoft 建议尽可能使用 v1.0 版本。 使用版本选择器检查 API 在版本 v1.0 中的可用性。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

Windows 功能更新配置文件

方法

方法 返回类型 说明
列出 windowsFeatureUpdateProfiles windowsFeatureUpdateProfile 集合 列出 windowsFeatureUpdateProfile 对象的属性和关系。
获取 windowsFeatureUpdateProfile windowsFeatureUpdateProfile 读取 windowsFeatureUpdateProfile 对象的属性和关系。
创建 windowsFeatureUpdateProfile windowsFeatureUpdateProfile 创建新的 windowsFeatureUpdateProfile 对象。
删除 windowsFeatureUpdateProfile 删除 windowsFeatureUpdateProfile
更新 windowsFeatureUpdateProfile windowsFeatureUpdateProfile 更新 windowsFeatureUpdateProfile 对象的属性。
分配操作

属性

属性 类型 说明
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 10 更新将安装在不符合 Microsoft Windows 11 条件的设备上
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
}