| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
MetricStatisticType |
ScaleRule.frequencyStatistic()
Get the metric statistic type.
|
static MetricStatisticType |
MetricStatisticType.fromString(String value)
Parses a serialized value to a MetricStatisticType instance.
|
MetricStatisticType |
MetricTrigger.statistic()
Get the statistic property: the metric statistic type.
|
static MetricStatisticType |
MetricStatisticType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricStatisticType[] |
MetricStatisticType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleRule.DefinitionStages.WithCondition |
ScaleRule.DefinitionStages.WithStatistic.withStatistic(Duration duration,
Duration frequency,
MetricStatisticType statisticType)
Sets statistics for autoscale trigger action.
|
ScaleRule.ParentUpdateDefinitionStages.WithCondition |
ScaleRule.ParentUpdateDefinitionStages.WithStatistic.withStatistic(Duration duration,
Duration frequency,
MetricStatisticType statisticType)
Sets statistics for autoscale trigger action.
|
ScaleRule.UpdateDefinitionStages.WithCondition |
ScaleRule.UpdateDefinitionStages.WithStatistic.withStatistic(Duration duration,
Duration frequency,
MetricStatisticType statisticType)
Sets statistics for autoscale trigger action.
|
ScaleRule.Update |
ScaleRule.Update.withStatistic(Duration duration,
Duration frequency,
MetricStatisticType statisticType)
Updates the statistics for autoscale trigger action.
|
ScaleRule.DefinitionStages.WithCondition |
ScaleRule.DefinitionStages.WithStatistic.withStatistic(Duration duration,
MetricStatisticType statisticType)
Sets statistics for autoscale trigger action with default values of 1 minute for frequency(time grain).
|
ScaleRule.ParentUpdateDefinitionStages.WithCondition |
ScaleRule.ParentUpdateDefinitionStages.WithStatistic.withStatistic(Duration 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(Duration duration,
MetricStatisticType statisticType)
Sets statistics for autoscale trigger action with default values of 1 minute for frequency(time grain).
|
ScaleRule.Update |
ScaleRule.Update.withStatistic(Duration duration,
MetricStatisticType statisticType)
Sets statistics for autoscale trigger action with default values of 1 minute for frequency(time grain).
|
MetricTrigger |
MetricTrigger.withStatistic(MetricStatisticType statistic)
Set the statistic property: the metric statistic type.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.