Uses of Class
com.azure.resourcemanager.monitor.models.ScaleDirection
-
Packages that use ScaleDirection Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of ScaleDirection in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ScaleDirection Modifier and Type Method Description ScaleDirectionScaleAction. direction()Get the direction property: the scale direction.static ScaleDirectionScaleDirection. fromString(String value)Parses a serialized value to a ScaleDirection instance.ScaleDirectionScaleRule. scaleDirection()Get the scale direction.static ScaleDirectionScaleDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaleDirection[]ScaleDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.monitor.models with parameters of type ScaleDirection Modifier and Type Method Description ScaleActionScaleAction. withDirection(ScaleDirection direction)Set the direction property: the scale direction.ScaleRule.DefinitionStages.WithAttachScaleRule.DefinitionStages.WithScaleAction. withScaleAction(ScaleDirection direction, ScaleType type, int instanceCountChange, Duration cooldown)Sets the action to be performed when the scale rule will be active.ScaleRule.ParentUpdateDefinitionStages.WithAttachScaleRule.ParentUpdateDefinitionStages.WithScaleAction. withScaleAction(ScaleDirection direction, ScaleType type, int instanceCountChange, Duration cooldown)Sets the action to be performed when the scale rule will be active.ScaleRule.UpdateScaleRule.Update. withScaleAction(ScaleDirection direction, ScaleType type, int instanceCountChange, Duration cooldown)Updates the action to be performed when the scale rule will be active.ScaleRule.UpdateDefinitionStages.WithAttachScaleRule.UpdateDefinitionStages.WithScaleAction. withScaleAction(ScaleDirection direction, ScaleType type, int instanceCountChange, Duration cooldown)Sets the action to be performed when the scale rule will be active.
-