public static interface ScaleRule.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScaleRule.DefinitionStages.Blank
The first stage of autoscale profile scale rule definition.
|
static interface |
ScaleRule.DefinitionStages.WithAttach
The final stage of the definition which attaches defined scale rule to the current Autoscale profile.
|
static interface |
ScaleRule.DefinitionStages.WithCondition
The stage of the definition which specifies metric alert condition.
|
static interface |
ScaleRule.DefinitionStages.WithMetricName
The stage of the definition which specifies metric name.
|
static interface |
ScaleRule.DefinitionStages.WithScaleAction
The stage of the definition which specifies action to take when the metric alert will be triggered.
|
static interface |
ScaleRule.DefinitionStages.WithStatistic
The stage of the definition which specifies what kind of statistics should be used to calculate autoscale trigger action.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/