Uses of Class
com.azure.resourcemanager.monitor.models.DynamicThresholdFailingPeriods
-
Packages that use DynamicThresholdFailingPeriods Package Description com.azure.resourcemanager.monitor.models 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 DynamicThresholdFailingPeriods Modifier and Type Method Description DynamicThresholdFailingPeriodsDynamicMetricCriteria. failingPeriods()Get the failingPeriods property: The minimum number of violations required within the selected lookback time window required to raise an alert.DynamicThresholdFailingPeriodsMetricDynamicAlertCondition. failingPeriods()Get the minimum number of violations required within the selected lookback time window required to raise an alert.DynamicThresholdFailingPeriodsDynamicThresholdFailingPeriods. withMinFailingPeriodsToAlert(float minFailingPeriodsToAlert)Set the minFailingPeriodsToAlert property: The number of violations to trigger an alert.DynamicThresholdFailingPeriodsDynamicThresholdFailingPeriods. withNumberOfEvaluationPeriods(float numberOfEvaluationPeriods)Set the numberOfEvaluationPeriods property: The number of aggregated lookback points.Methods in com.azure.resourcemanager.monitor.models with parameters of type DynamicThresholdFailingPeriods Modifier and Type Method Description DynamicMetricCriteriaDynamicMetricCriteria. 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.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.UpdateStagesMetricDynamicAlertCondition.UpdateStages. withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods)Sets the failing periods for triggering the alert.
-