Uses of Class
com.azure.resourcemanager.monitor.models.ScaleType
-
Packages that use ScaleType Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of ScaleType in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ScaleType Modifier and Type Method Description static ScaleTypeScaleType. fromString(String value)Parses a serialized value to a ScaleType instance.ScaleTypeScaleRule. scaleType()Get the type of action that should occur when the scale rule fires.ScaleTypeScaleAction. type()Get the type property: the type of action that should occur when the scale rule fires.static ScaleTypeScaleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaleType[]ScaleType. 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 ScaleType Modifier and Type Method Description 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.ScaleActionScaleAction. withType(ScaleType type)Set the type property: the type of action that should occur when the scale rule fires.
-