durationDrivenRolloutSettings 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 for controlling how to roll out over a specific duration.
Inherits from gradualRolloutSettings.
Properties
Property | Type | Description |
---|---|---|
durationBetweenOffers | String | The duration between each set of devices being offered the update, which has an effect when durationUntilDeploymentEnd is defined. The value is represented in ISO 8601 format for duration. Default value is P1D (one day). Inherited from microsoft.graph.windowsUpdates.gradualRolloutSettings. |
durationUntilDeploymentEnd | Duration | The target duration of the rollout. Given durationBetweenOffers and durationUntilDeploymentEnd, the system will automatically calculate how many devices are in each offering. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.windowsUpdates.durationDrivenRolloutSettings",
"durationBetweenOffers": "String (duration)",
"durationUntilDeploymentEnd": "String (duration)"
}