| Modifier and Type | Method and Description |
|---|---|
MetricAlertCondition.UpdateStages |
MetricAlert.UpdateStages.WithMetricUpdate.updateAlertCriteria(String name)
Starts update of the previously defined metric alert condition.
|
MetricAlertCondition.UpdateStages |
MetricAlertCondition.UpdateStages.withCondition(MetricAlertRuleTimeAggregation timeAggregation,
MetricAlertRuleCondition condition,
double threshold)
Sets the condition to monitor for the current metric alert.
|
MetricAlertCondition.UpdateStages |
MetricAlertCondition.UpdateStages.withDimension(String dimensionName,
String... values)
Adds a metric dimension filter.
|
MetricAlertCondition.UpdateStages |
MetricAlertCondition.UpdateStages.withoutDimension(String dimensionName)
Removes the specified dimension filter.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/