Uses of Class
com.microsoft.azure.management.monitor.ScaleAction
-
-
Uses of ScaleAction in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return ScaleAction Modifier and Type Method Description ScaleActionScaleAction. withCooldown(org.joda.time.Period cooldown)Set the amount of time to wait since the last scaling action before this action occurs.ScaleActionScaleAction. withDirection(ScaleDirection direction)Set the scale direction.ScaleActionScaleAction. withType(ScaleType type)Set the type of action that should occur when the scale rule fires.ScaleActionScaleAction. withValue(String value)Set the number of instances that are involved in the scaling action.
-