deploymentSettings resource type
Namespace: microsoft.graph.windowsUpdates
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"}
}
Feedback
Submit and view feedback for