Uses of Class
com.azure.resourcemanager.monitor.models.DynamicThresholdFailingPeriods
Packages that use DynamicThresholdFailingPeriods
Package
Description
Package containing the data models for MonitorClient.
-
Uses of DynamicThresholdFailingPeriods in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DynamicThresholdFailingPeriodsModifier and TypeMethodDescriptionDynamicMetricCriteria.failingPeriods()Get the failingPeriods property: 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.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DynamicThresholdFailingPeriods from the JsonReader.DynamicThresholdFailingPeriods.withMinFailingPeriodsToAlert(float minFailingPeriodsToAlert) Set the minFailingPeriodsToAlert property: The number of violations to trigger an alert.DynamicThresholdFailingPeriods.withNumberOfEvaluationPeriods(float numberOfEvaluationPeriods) Set the numberOfEvaluationPeriods property: The number of aggregated lookback points.Methods in com.azure.resourcemanager.monitor.models with parameters of type DynamicThresholdFailingPeriodsModifier and TypeMethodDescriptionDynamicMetricCriteria.withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods) Set the failingPeriods property: 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.