Package version:

Interface AutomaticZoneRebalancingPolicy

The configuration parameters used while performing automatic AZ balancing.

interface AutomaticZoneRebalancingPolicy {
    enabled?: boolean;
    rebalanceBehavior?: string;
    rebalanceStrategy?: string;
}

Properties

enabled?: boolean

Specifies whether Automatic AZ Balancing should be enabled on the virtual machine scale set. The default value is false.

rebalanceBehavior?: string

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.

rebalanceStrategy?: string

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.