Share via


AutomaticZoneRebalancingPolicy.RebalanceStrategy Property

Definition

Type of rebalance strategy that will be used for rebalancing virtual machines in the scale set across availability zones. Default and only supported value for now is Recreate.

public Azure.ResourceManager.Compute.Models.VmssRebalanceStrategy? RebalanceStrategy { get; set; }
member this.RebalanceStrategy : Nullable<Azure.ResourceManager.Compute.Models.VmssRebalanceStrategy> with get, set
Public Property RebalanceStrategy As Nullable(Of VmssRebalanceStrategy)

Property Value

Applies to