Share via


RollingUpgradePolicy.IsMaxSurgeEnabled Property

Definition

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.

public bool? IsMaxSurgeEnabled { get; set; }
member this.IsMaxSurgeEnabled : Nullable<bool> with get, set
Public Property IsMaxSurgeEnabled As Nullable(Of Boolean)

Property Value

Applies to