Uses of Class
com.microsoft.azure.management.monitor.ScaleDirection
-
-
Uses of ScaleDirection in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return ScaleDirection Modifier and Type Method Description ScaleDirectionScaleAction. direction()Get 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.microsoft.azure.management.monitor with parameters of type ScaleDirection Modifier and Type Method Description ScaleActionScaleAction. withDirection(ScaleDirection direction)Set the scale direction.ScaleRule.DefinitionStages.WithAttachScaleRule.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.WithAttachScaleRule.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.UpdateScaleRule.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.WithAttachScaleRule.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.
-