Uses of Class
com.azure.resourcemanager.compute.models.RebalanceBehavior
Packages that use RebalanceBehavior
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of RebalanceBehavior in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as RebalanceBehaviorModifier and TypeFieldDescriptionstatic final RebalanceBehaviorRebalanceBehavior.CREATE_BEFORE_DELETEStatic value CreateBeforeDelete for RebalanceBehavior.Methods in com.azure.resourcemanager.compute.models that return RebalanceBehaviorModifier and TypeMethodDescriptionstatic RebalanceBehaviorRebalanceBehavior.fromString(String name) Creates or finds a RebalanceBehavior from its string representation.AutomaticZoneRebalancingPolicy.rebalanceBehavior()Get the rebalanceBehavior property: Type of rebalance behavior that will be used for recreating virtual machines in the scale set across availability zones.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RebalanceBehaviorModifier and TypeMethodDescriptionstatic Collection<RebalanceBehavior> RebalanceBehavior.values()Gets known RebalanceBehavior values.Methods in com.azure.resourcemanager.compute.models with parameters of type RebalanceBehaviorModifier and TypeMethodDescriptionAutomaticZoneRebalancingPolicy.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.