Uses of Class
com.azure.resourcemanager.compute.models.AutomaticZoneRebalancingPolicy
Packages that use AutomaticZoneRebalancingPolicy
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AutomaticZoneRebalancingPolicy in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return AutomaticZoneRebalancingPolicyModifier and TypeMethodDescriptionResiliencyPolicy.automaticZoneRebalancingPolicy()Get the automaticZoneRebalancingPolicy property: The configuration parameters used while performing automatic AZ balancing.AutomaticZoneRebalancingPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutomaticZoneRebalancingPolicy from the JsonReader.AutomaticZoneRebalancingPolicy.withEnabled(Boolean enabled) Set the enabled property: Specifies whether Automatic AZ Balancing should be enabled on the virtual machine scale set.AutomaticZoneRebalancingPolicy.withRebalanceBehavior(RebalanceBehavior rebalanceBehavior) Set the rebalanceBehavior property: Type of rebalance behavior that will be used for recreating virtual machines in the scale set across availability zones.AutomaticZoneRebalancingPolicy.withRebalanceStrategy(RebalanceStrategy rebalanceStrategy) Set the rebalanceStrategy property: Type of rebalance strategy that will be used for rebalancing virtual machines in the scale set across availability zones.Methods in com.azure.resourcemanager.compute.models with parameters of type AutomaticZoneRebalancingPolicyModifier and TypeMethodDescriptionResiliencyPolicy.withAutomaticZoneRebalancingPolicy(AutomaticZoneRebalancingPolicy automaticZoneRebalancingPolicy) Set the automaticZoneRebalancingPolicy property: The configuration parameters used while performing automatic AZ balancing.