Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.86 KB

windowsupdates-schedulesettings.md

File metadata and controls

40 lines (33 loc) · 1.86 KB
title description author ms.localizationpriority ms.subservice doc_type
scheduleSettings resource type
Represents settings for controlling how and when the service deploys an update over time.
ryan-k-williams
medium
windows-update-business
resourcePageType

scheduleSettings resource type

Namespace: microsoft.graph.windowsUpdates

[!INCLUDE beta-disclaimer]

Represents settings for controlling how and when the service deploys an update over time.

Properties

Property Type Description
gradualRollout microsoft.graph.windowsUpdates.gradualRolloutSettings Settings for governing how to rollout content to devices. One of: microsoft.graph.windowsUpdates.dateDrivenRolloutSettings, microsoft.graph.windowsUpdates.durationDrivenRolloutSettings, or microsoft.graph.windowsUpdates.rateDrivenRolloutSettings.
startDateTime DateTimeOffset The date on which devices in the deployment start receiving the update. When not set, the deployment starts as soon as devices are assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.scheduleSettings",
  "gradualRollout": {"@odata.type": "microsoft.graph.windowsUpdates.gradualRolloutSettings"},
  "startDateTime": "String (timestamp)"
}