Uses of Class
com.azure.resourcemanager.monitor.models.ScaleAction
Packages that use ScaleAction
Package
Description
Package containing the inner data models for MonitorClient.
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 ScaleActionModifier and TypeMethodDescriptionScaleRuleInner.scaleAction()
Get the scaleAction property: the parameters for the scaling action.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type ScaleActionModifier and TypeMethodDescriptionScaleRuleInner.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 ScaleActionModifier and TypeMethodDescriptionstatic ScaleAction
ScaleAction.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ScaleAction from the JsonReader.ScaleAction.withCooldown
(Duration cooldown) Set the cooldown property: the amount of time to wait since the last scaling action before this action occurs.ScaleAction.withDirection
(ScaleDirection direction) Set the direction property: the scale direction.Set the type property: the type of action that should occur when the scale rule fires.Set the value property: the number of instances that are involved in the scaling action.