Uses of Enum Class
com.microsoft.azure.management.monitor.ScaleDirection
Packages that use ScaleDirection
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of ScaleDirection in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return ScaleDirectionModifier and TypeMethodDescriptionScaleAction.direction()Get 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 class with the specified name.static ScaleDirection[]ScaleDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.monitor with parameters of type ScaleDirectionModifier and TypeMethodDescriptionScaleAction.withDirection(ScaleDirection direction) Set the scale direction.ScaleRule.DefinitionStages.WithScaleAction.withScaleAction(ScaleDirection direction, ScaleType type, int instanceCountChange, org.joda.time.Period cooldown) Sets the action to be performed when the scale rule will be active.ScaleRule.ParentUpdateDefinitionStages.WithScaleAction.withScaleAction(ScaleDirection direction, ScaleType type, int instanceCountChange, org.joda.time.Period cooldown) Sets the action to be performed when the scale rule will be active.ScaleRule.Update.withScaleAction(ScaleDirection direction, ScaleType type, int instanceCountChange, org.joda.time.Period cooldown) Updates the action to be performed when the scale rule will be active.ScaleRule.UpdateDefinitionStages.WithScaleAction.withScaleAction(ScaleDirection direction, ScaleType type, int instanceCountChange, org.joda.time.Period cooldown) Sets the action to be performed when the scale rule will be active.