public sealed class Rollout : IMessage<OSPolicyAssignment.Types.Rollout>, IEquatable<OSPolicyAssignment.Types.Rollout>, IDeepCloneable<OSPolicyAssignment.Types.Rollout>, IBufferMessage, IMessage
Message to configure the rollout at the zonal level for the OS policy
assignment.
Required. This determines the minimum duration of time to wait after the
configuration changes are applied through the current rollout. A
VM continues to count towards the disruption_budget at least
until this duration of time has passed after configuration changes are
applied.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `Rollout` class is used to configure the rollout of OS policy assignments at the zonal level."],["It inherits from the `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Rollout` class provides two constructors: a default constructor and one that takes another `OSPolicyAssignment.Types.Rollout` object as a parameter."],["Key properties of the `Rollout` class include `DisruptionBudget`, which specifies the maximum number or percentage of VMs to disrupt per zone, and `MinWaitDuration`, which sets the minimum time to wait after configuration changes."],["The latest version available for `OSPolicyAssignment.Types.Rollout` is 2.0.0-alpha06, with previous versions 2.0.0-alpha05 and 1.0.0-alpha04 also available."]]],[]]