Automatic Zone Rebalancing Policy Response
data class AutomaticZoneRebalancingPolicyResponse(val enabled: Boolean? = null, val rebalanceBehavior: String? = null, val rebalanceStrategy: String? = null)
The configuration parameters used while performing automatic AZ balancing.
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.