| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleAction |
ScaleRuleInner.scaleAction()
Get the scaleAction property: the parameters for the scaling action.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleRuleInner |
ScaleRuleInner.withScaleAction(ScaleAction scaleAction)
Set the scaleAction property: the parameters for the scaling action.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleAction |
ScaleAction.withCooldown(Duration cooldown)
Set the cooldown property: the amount of time to wait since the last scaling action before this action occurs.
|
ScaleAction |
ScaleAction.withDirection(ScaleDirection direction)
Set the direction property: the scale direction.
|
ScaleAction |
ScaleAction.withType(ScaleType type)
Set the type property: the type of action that should occur when the scale rule fires.
|
ScaleAction |
ScaleAction.withValue(String value)
Set the value property: the number of instances that are involved in the scaling action.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.