ZoneAllocationPolicy Class
The configuration parameters for zone allocation of a virtual machine scale set.
Constructor
ZoneAllocationPolicy(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
max_zone_count
|
The maximum number of availability zones to use if the ZonePlacementPolicy is 'Auto'. If not specified, all availability zones will be used. |
|
max_instance_percent_per_zone_policy
|
The configuration parameters used to limit the number of virtual machines per availability zone in the virtual machine scale set. |
Attributes
max_instance_percent_per_zone_policy
The configuration parameters used to limit the number of virtual machines per availability zone in the virtual machine scale set.
max_instance_percent_per_zone_policy: _models.MaxInstancePercentPerZonePolicy | None
max_zone_count
The maximum number of availability zones to use if the ZonePlacementPolicy is 'Auto'. If not specified, all availability zones will be used.
max_zone_count: int | None