Uses of Class
com.azure.resourcemanager.compute.models.MaxInstancePercentPerZonePolicy
Packages that use MaxInstancePercentPerZonePolicy
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of MaxInstancePercentPerZonePolicy in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return MaxInstancePercentPerZonePolicyModifier and TypeMethodDescriptionMaxInstancePercentPerZonePolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MaxInstancePercentPerZonePolicy from the JsonReader.ZoneAllocationPolicy.maxInstancePercentPerZonePolicy()Get the maxInstancePercentPerZonePolicy property: The configuration parameters used to limit the number of virtual machines per availability zone in the virtual machine scale set.MaxInstancePercentPerZonePolicy.withEnabled(Boolean enabled) Set the enabled property: Specifies whether maxInstancePercentPerZonePolicy should be enabled on the virtual machine scale set.Set the value property: Limit on the number of instances in each zone as a percentage of the total capacity of the virtual machine scale set.Methods in com.azure.resourcemanager.compute.models with parameters of type MaxInstancePercentPerZonePolicyModifier and TypeMethodDescriptionZoneAllocationPolicy.withMaxInstancePercentPerZonePolicy(MaxInstancePercentPerZonePolicy maxInstancePercentPerZonePolicy) Set the maxInstancePercentPerZonePolicy property: The configuration parameters used to limit the number of virtual machines per availability zone in the virtual machine scale set.