Uses of Class
com.azure.resourcemanager.monitor.models.ScaleAction
-
Packages that use ScaleAction Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of ScaleAction in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ScaleAction Modifier and Type Method Description ScaleActionScaleRuleInner. scaleAction()Get the scaleAction property: the parameters for the scaling action.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type ScaleAction Modifier and Type Method Description ScaleRuleInnerScaleRuleInner. withScaleAction(ScaleAction scaleAction)Set the scaleAction property: the parameters for the scaling action. -
Uses of ScaleAction in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ScaleAction Modifier and Type Method Description ScaleActionScaleAction. withCooldown(Duration cooldown)Set the cooldown property: the amount of time to wait since the last scaling action before this action occurs.ScaleActionScaleAction. withDirection(ScaleDirection direction)Set the direction property: the scale direction.ScaleActionScaleAction. withType(ScaleType type)Set the type property: the type of action that should occur when the scale rule fires.ScaleActionScaleAction. withValue(String value)Set the value property: the number of instances that are involved in the scaling action.
-