AutomaticZoneRebalancingPolicy.RebalanceBehavior 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 behavior that will be used for recreating virtual machines in the scale set across availability zones. Default and only supported value for now is CreateBeforeDelete.
public Azure.ResourceManager.Compute.Models.VmssRebalanceBehavior? RebalanceBehavior { get; set; }
member this.RebalanceBehavior : Nullable<Azure.ResourceManager.Compute.Models.VmssRebalanceBehavior> with get, set
Public Property RebalanceBehavior As Nullable(Of VmssRebalanceBehavior)