Uses of Enum
com.azure.resourcemanager.monitor.models.ScaleDirection
Packages that use ScaleDirection
Package
Description
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 ScaleDirectionModifier and TypeMethodDescriptionScaleAction.direction()Get the direction property: the scale direction.static ScaleDirectionScaleDirection.fromString(String value) Parses a serialized value to a ScaleDirection instance.ScaleRule.scaleDirection()Get the scale direction.static ScaleDirectionReturns 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 ScaleDirectionModifier and TypeMethodDescriptionScaleAction.withDirection(ScaleDirection direction) Set the direction property: the scale direction.ScaleRule.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.WithScaleAction.withScaleAction(ScaleDirection direction, ScaleType type, int instanceCountChange, Duration cooldown) Sets the action to be performed when the scale rule will be active.ScaleRule.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.WithScaleAction.withScaleAction(ScaleDirection direction, ScaleType type, int instanceCountChange, Duration cooldown) Sets the action to be performed when the scale rule will be active.