Share via


RollingUpgradePolicy.MaxSurge Property

Definition

Gets or sets create new virtual machines to upgrade the scale set, rather than updating the existing virtual machines. Existing virtual machines will be deleted once the new virtual machines are created for each batch.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to