| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
MetricDynamicAlertCondition.UpdateStages |
MetricAlert.UpdateStages.WithMetricUpdate.updateDynamicAlertCriteria(String name)
Starts update of the previously defined metric dynamic alert condition.
|
MetricDynamicAlertCondition.UpdateStages |
MetricDynamicAlertCondition.UpdateStages.withCondition(MetricAlertRuleTimeAggregation timeAggregation,
DynamicThresholdOperator condition,
DynamicThresholdSensitivity sensitivity)
Sets the condition to monitor for the current metric alert.
|
MetricDynamicAlertCondition.UpdateStages |
MetricDynamicAlertCondition.UpdateStages.withDimension(String dimensionName,
String... values)
Adds a metric dimension filter.
|
MetricDynamicAlertCondition.UpdateStages |
MetricDynamicAlertCondition.UpdateStages.withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods)
Sets the failing periods for triggering the alert.
|
MetricDynamicAlertCondition.UpdateStages |
MetricDynamicAlertCondition.UpdateStages.withIgnoreDataBefore(OffsetDateTime date)
Sets the date from which to start learning the metric historical data and calculate the dynamic thresholds.
|
MetricDynamicAlertCondition.UpdateStages |
MetricDynamicAlertCondition.UpdateStages.withoutDimension(String dimensionName)
Removes the specified dimension filter.
|
MetricDynamicAlertCondition.UpdateStages |
MetricDynamicAlertCondition.UpdateStages.withoutIgnoreDataBefore()
Removes the date from which to start learning the metric historical data and calculate the dynamic
thresholds.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.