MaxInstancePercentPerZonePolicy Class

The configuration parameters used to limit the number of virtual machines per availability zone in the virtual machine scale set.

Constructor

MaxInstancePercentPerZonePolicy(*args: Any, **kwargs: Any)

Variables

Name Description
enabled

Specifies whether maxInstancePercentPerZonePolicy should be enabled on the virtual machine scale set.

value
int

Limit on the number of instances in each zone as a percentage of the total capacity of the virtual machine scale set.

Attributes

enabled

Specifies whether maxInstancePercentPerZonePolicy should be enabled on the virtual machine scale set.

enabled: bool | None

value

Limit on the number of instances in each zone as a percentage of the total capacity of the virtual machine scale set.

value: int | None