Share via


AutomaticZoneRebalancingPolicy interface

The configuration parameters used while performing automatic AZ balancing.

Properties

enabled

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

rebalanceBehavior

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

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.

Property Details

enabled

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

enabled?: boolean

Property Value

boolean

rebalanceBehavior

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.

rebalanceBehavior?: string

Property Value

string

rebalanceStrategy

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.

rebalanceStrategy?: string

Property Value

string