AutomaticZoneRebalancingPolicy.RebalanceStrategy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)