windowsFeatureUpdateProfile 资源类型

命名空间:microsoft.graph

重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。

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

Windows功能更新配置文件

Methods

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

属性

属性 类型 说明
id String 实体的标识符。
displayName String 配置文件显示名称的配置文件。
说明 String 由用户指定的配置文件的说明。
featureUpdateVersion String 将部署到此配置文件所面向的设备的功能更新版本。 版本可以是任何受支持的版本,例如 1709、1803 或 1809 等。
rolloutSettings windowsUpdateRolloutSettings Windows 更新推出设置,包括优惠开始日期时间、优惠结束日期时间和每组产品/服务之间的天数。
createdDateTime DateTimeOffset 创建配置文件的日期时间。
lastModifiedDateTime DateTimeOffset 上次修改配置文件的日期时间。
roleScopeTagIds 字符串集合 此功能更新实体的范围标记列表。
deployableContentDisplayName String 友好显示名称更新配置文件可部署内容的友好策略
endOfSupportDate DateTimeOffset 功能更新的上次支持日期

关系

关系 类型 说明
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)"
}