Uses of Enum Class
com.microsoft.azure.management.monitor.ScaleDirection
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of ScaleDirection in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionScaleAction.direction()
Get the scale direction.static ScaleDirection
ScaleDirection.fromString
(String value) Parses a serialized value to a ScaleDirection instance.ScaleRule.scaleDirection()
Get the scale direction.static ScaleDirection
Returns 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.Modifier 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.