Uses of Class
com.microsoft.azure.management.monitor.DynamicThresholdFailingPeriods
Packages that use DynamicThresholdFailingPeriods
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of DynamicThresholdFailingPeriods in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return DynamicThresholdFailingPeriodsModifier 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.Methods in com.microsoft.azure.management.monitor with parameters of type DynamicThresholdFailingPeriodsModifier 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.