Uses of Class
com.azure.resourcemanager.monitor.models.ConditionFailingPeriods
Packages that use ConditionFailingPeriods
Package
Description
Package containing the data models for MonitorClient.
-
Uses of ConditionFailingPeriods in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type ConditionFailingPeriodsModifier and TypeClassDescriptionfinal classThe minimum number of violations required within the selected lookback time window required to raise an alert.Methods in com.azure.resourcemanager.monitor.models that return ConditionFailingPeriodsModifier and TypeMethodDescriptionCondition.failingPeriods()Get the failingPeriods property: The minimum number of violations required within the selected lookback time window required to raise an alert.static ConditionFailingPeriodsConditionFailingPeriods.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConditionFailingPeriods from the JsonReader.ConditionFailingPeriods.withMinFailingPeriodsToAlert(Long minFailingPeriodsToAlert) Set the minFailingPeriodsToAlert property: The number of violations to trigger an alert.ConditionFailingPeriods.withNumberOfEvaluationPeriods(Long numberOfEvaluationPeriods) Set the numberOfEvaluationPeriods property: The number of aggregated lookback points.Methods in com.azure.resourcemanager.monitor.models with parameters of type ConditionFailingPeriodsModifier and TypeMethodDescriptionCondition.withFailingPeriods(ConditionFailingPeriods failingPeriods) Set the failingPeriods property: The minimum number of violations required within the selected lookback time window required to raise an alert.