Uses of Class
com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of DynamicThresholdFailingPeriods in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionDynamicMetricCriteria.failingPeriods()
Get the minimum number of violations required within the selected lookback time window required to raise an alert.MetricDynamicAlertCondition.failingPeriods()
Get the minimum number of violations required within the selected lookback time window required to raise an alert.DynamicThresholdFailingPeriods.withMinFailingPeriodsToAlert
(double minFailingPeriodsToAlert) Set the number of violations to trigger an alert.DynamicThresholdFailingPeriods.withNumberOfEvaluationPeriods
(double numberOfEvaluationPeriods) Set the number of aggregated lookback points.Modifier and TypeMethodDescriptionDynamicMetricCriteria.withFailingPeriods
(DynamicThresholdFailingPeriods failingPeriods) Set the minimum number of violations required within the selected lookback time window required to raise an alert.MetricDynamicAlertCondition.DefinitionStages.WithFailingPeriods.withFailingPeriods
(DynamicThresholdFailingPeriods failingPeriods) Sets the failing periods for triggering the alert.MetricDynamicAlertCondition.UpdateDefinitionStages.WithFailingPeriods.withFailingPeriods
(DynamicThresholdFailingPeriods failingPeriods) Sets the failing periods for triggering the alert.MetricDynamicAlertCondition.UpdateStages.withFailingPeriods
(DynamicThresholdFailingPeriods failingPeriods) Sets the failing periods for triggering the alert.