| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScaleRule.UpdateDefinition
The entirety of an autoscale profile scale rule definition during parent Autoscale Profile update in Autoscale Settings update stage.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleRule.UpdateDefinitionStages.WithCondition |
ScaleRule.UpdateDefinitionStages.WithStatistic.withStatistic()
Sets statistics for autoscale trigger action with default values of 10 minutes for duration, 1 minute for frequency(time grain) and 'Average' for statistic type.
|
ScaleRule.UpdateDefinitionStages.WithCondition |
ScaleRule.UpdateDefinitionStages.WithStatistic.withStatistic(org.joda.time.Period duration)
Sets statistics for autoscale trigger action with default values of 1 minute for frequency(time grain) and 'Average' for statistic type.
|
ScaleRule.UpdateDefinitionStages.WithCondition |
ScaleRule.UpdateDefinitionStages.WithStatistic.withStatistic(org.joda.time.Period duration,
MetricStatisticType statisticType)
Sets statistics for autoscale trigger action with default values of 1 minute for frequency(time grain).
|
ScaleRule.UpdateDefinitionStages.WithCondition |
ScaleRule.UpdateDefinitionStages.WithStatistic.withStatistic(org.joda.time.Period duration,
org.joda.time.Period frequency,
MetricStatisticType statisticType)
Sets statistics for 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.
*/