Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 2.18 KB

windowsupdates-deploymentsettings.md

File metadata and controls

46 lines (39 loc) · 2.18 KB
title description author ms.localizationpriority ms.subservice doc_type
deploymentSettings resource type
Represents settings that determine when and how the service deploys an update.
ryan-k-williams
medium
windows-update-business
resourcePageType

deploymentSettings resource type

Namespace: microsoft.graph.windowsUpdates

[!INCLUDE beta-disclaimer]

Represents settings that determine when and how the service deploys an update.

Properties

Property Type Description
contentApplicability microsoft.graph.windowsUpdates.contentApplicabilitySettings Settings for governing whether content is applicable to a device.
expedite microsoft.graph.windowsUpdates.expediteSettings Settings for governing whether updates should be expedited.
monitoring microsoft.graph.windowsUpdates.monitoringSettings Settings for governing conditions to monitor and automated actions to take.
schedule microsoft.graph.windowsUpdates.scheduleSettings Settings for governing how and when the content is rolled out.
userExperience microsoft.graph.windowsUpdates.userExperienceSettings Settings for governing end user update experience.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.deploymentSettings",
  "contentApplicability": {"@odata.type": "microsoft.graph.windowsUpdates.contentApplicabilitySettings"},
  "expedite": {"@odata.type": "microsoft.graph.windowsUpdates.expediteSettings"},
  "monitoring": {"@odata.type": "microsoft.graph.windowsUpdates.monitoringSettings"},
  "schedule": {"@odata.type": "microsoft.graph.windowsUpdates.scheduleSettings"},
  "userExperience": {"@odata.type": "microsoft.graph.windowsUpdates.userExperienceSettings"}
}