Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ScaleDirection |
ScaleAction.direction()
Get the scale direction.
|
static ScaleDirection |
ScaleDirection.fromString(String value)
Parses a serialized value to a ScaleDirection instance.
|
ScaleDirection |
ScaleRule.scaleDirection()
Get the scale direction.
|
static ScaleDirection |
ScaleDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaleDirection[] |
ScaleDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScaleAction |
ScaleAction.withDirection(ScaleDirection direction)
Set the scale direction.
|
ScaleRule.DefinitionStages.WithAttach |
ScaleRule.DefinitionStages.WithScaleAction.withScaleAction(ScaleDirection direction,
ScaleType type,
int instanceCountChange,
org.joda.time.Period cooldown)
Sets the action to be performed when the scale rule will be active.
|
ScaleRule.ParentUpdateDefinitionStages.WithAttach |
ScaleRule.ParentUpdateDefinitionStages.WithScaleAction.withScaleAction(ScaleDirection direction,
ScaleType type,
int instanceCountChange,
org.joda.time.Period cooldown)
Sets the action to be performed when the scale rule will be active.
|
ScaleRule.UpdateDefinitionStages.WithAttach |
ScaleRule.UpdateDefinitionStages.WithScaleAction.withScaleAction(ScaleDirection direction,
ScaleType type,
int instanceCountChange,
org.joda.time.Period cooldown)
Sets the action to be performed when the scale rule will be active.
|
ScaleRule.Update |
ScaleRule.Update.withScaleAction(ScaleDirection direction,
ScaleType type,
int instanceCountChange,
org.joda.time.Period cooldown)
Updates the action to be performed when the scale rule will be active.
|
Copyright © 2019. All rights reserved.