| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicThresholdFailingPeriods |
MetricDynamicAlertCondition.failingPeriods()
Get the minimum number of violations required within the selected lookback time window required to raise an
alert.
|
DynamicThresholdFailingPeriods |
DynamicMetricCriteria.failingPeriods()
Get the failingPeriods property: The minimum number of violations required within the selected lookback time
window required to raise an alert.
|
DynamicThresholdFailingPeriods |
DynamicThresholdFailingPeriods.withMinFailingPeriodsToAlert(float minFailingPeriodsToAlert)
Set the minFailingPeriodsToAlert property: The number of violations to trigger an alert.
|
DynamicThresholdFailingPeriods |
DynamicThresholdFailingPeriods.withNumberOfEvaluationPeriods(float numberOfEvaluationPeriods)
Set the numberOfEvaluationPeriods property: The number of aggregated lookback points.
|
| Modifier and Type | Method and Description |
|---|---|
MetricDynamicAlertCondition.DefinitionStages.WithConditionAttach<ParentT> |
MetricDynamicAlertCondition.DefinitionStages.WithFailingPeriods.withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods)
Sets the failing periods for triggering the alert.
|
MetricDynamicAlertCondition.UpdateDefinitionStages.WithConditionAttach<ParentT> |
MetricDynamicAlertCondition.UpdateDefinitionStages.WithFailingPeriods.withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods)
Sets the failing periods for triggering the alert.
|
MetricDynamicAlertCondition.UpdateStages |
MetricDynamicAlertCondition.UpdateStages.withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods)
Sets the failing periods for triggering the alert.
|
DynamicMetricCriteria |
DynamicMetricCriteria.withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods)
Set the failingPeriods property: The minimum number of violations required within the selected lookback time
window required to raise an alert.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.