Uses of Class
com.azure.resourcemanager.compute.models.ZoneAllocationPolicy
Packages that use ZoneAllocationPolicy
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ZoneAllocationPolicy in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ZoneAllocationPolicyModifier and TypeClassDescriptionfinal classThe configuration parameters for zone allocation of a virtual machine scale set.Methods in com.azure.resourcemanager.compute.models that return ZoneAllocationPolicyModifier and TypeMethodDescriptionstatic ZoneAllocationPolicyZoneAllocationPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ZoneAllocationPolicy from the JsonReader.ZoneAllocationPolicy.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.ZoneAllocationPolicy.withMaxZoneCount(Integer maxZoneCount) Set the maxZoneCount property: The maximum number of availability zones to use if the ZonePlacementPolicy is 'Auto'.ResiliencyPolicy.zoneAllocationPolicy()Get the zoneAllocationPolicy property: The configuration parameters used while performing zone allocation.Methods in com.azure.resourcemanager.compute.models with parameters of type ZoneAllocationPolicyModifier and TypeMethodDescriptionResiliencyPolicy.withZoneAllocationPolicy(ZoneAllocationPolicy zoneAllocationPolicy) Set the zoneAllocationPolicy property: The configuration parameters used while performing zone allocation.