AutomaticOSUpgradePolicy.UseRollingUpgradePolicy Property

Definition

Gets or sets indicates whether rolling upgrade policy should be used during Auto OS Upgrade. Default value is false. Auto OS Upgrade will fallback to the default policy if no policy is defined on the VMSS.

[Newtonsoft.Json.JsonProperty(PropertyName="useRollingUpgradePolicy")]
public bool? UseRollingUpgradePolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="useRollingUpgradePolicy")>]
member this.UseRollingUpgradePolicy : Nullable<bool> with get, set
Public Property UseRollingUpgradePolicy As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to