windowsDeploymentSettings 资源类型

命名空间:microsoft.graph.windowsUpdates

重要

Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

设置控制服务何时以及如何部署Windows 10更新。

继承自 deploymentSettings

属性

属性 类型 说明
monitoring microsoft.graph.windowsUpdates.monitoringSettings 设置管理条件,以监视要采取的自动操作。 继承自 deploymentSettings
推出 microsoft.graph.windowsUpdates.rolloutSettings 设置如何推出内容。。继承自deploymentSettings
userExperience microsoft.graph.windowsUpdates.userExperienceSettings 设置在设备上管理用户的更新体验。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.windowsUpdates.windowsDeploymentSettings",
  "rollout": {
    "@odata.type": "microsoft.graph.windowsUpdates.rolloutSettings"
  },
  "monitoring": {
    "@odata.type": "microsoft.graph.windowsUpdates.monitoringSettings"
  },
  "userExperience": {
    "@odata.type": "microsoft.graph.windowsUpdates.userExperienceSettings"
  }
}