Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ScaleAction |
ScaleAction.withCooldown(org.joda.time.Period cooldown)
Set the amount of time to wait since the last scaling action before this action occurs.
|
ScaleAction |
ScaleAction.withDirection(ScaleDirection direction)
Set the scale direction.
|
ScaleAction |
ScaleAction.withType(ScaleType type)
Set the type of action that should occur when the scale rule fires.
|
ScaleAction |
ScaleAction.withValue(String value)
Set the number of instances that are involved in the scaling action.
|
Copyright © 2019. All rights reserved.