Uses of Enum
com.azure.resourcemanager.monitor.models.ScaleType
Packages that use ScaleType
Package
Description
Package containing the data models for MonitorClient.
-
Uses of ScaleType in com.azure.resourcemanager.monitor.models
Subclasses with type arguments of type ScaleType in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionenumthe type of action that should occur when the scale rule fires.Methods in com.azure.resourcemanager.monitor.models that return ScaleTypeModifier and TypeMethodDescriptionstatic ScaleTypeScaleType.fromString(String value) Parses a serialized value to a ScaleType instance.ScaleRule.scaleType()Get the type of action that should occur when the scale rule fires.ScaleAction.type()Get the type property: the type of action that should occur when the scale rule fires.static ScaleTypeReturns 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 ScaleTypeModifier and TypeMethodDescriptionScaleRule.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.Set the type property: the type of action that should occur when the scale rule fires.