Uses of Class
org.jclouds.azurecompute.arm.domain.DynamicThresholdFailingPeriods
Packages that use DynamicThresholdFailingPeriods
-
Uses of DynamicThresholdFailingPeriods in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return DynamicThresholdFailingPeriodsModifier and TypeMethodDescriptionDynamicThresholdFailingPeriods.create
(int minFailingPeriodsToAlert, int numberOfEvaluationPeriods) abstract DynamicThresholdFailingPeriods
MetricAlertCriteria.failingPeriods()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type DynamicThresholdFailingPeriodsModifier and TypeMethodDescriptionstatic MetricAlertCriteria
MetricAlertCriteria.create
(String criterionType, List<MetricDimension> dimensions, String metricName, String metricNamespace, String name, MetricAlertCriteria.Operator operator, boolean skipMetricValidation, int threshold, MetricAlertCriteria.AggregationTypeEnum timeAggregation, MetricAlertCriteria.DynamicThresholdSensitivity alertSensitivity, DynamicThresholdFailingPeriods failingPeriods, String ignoreDataBefore, String componentId, int failedLocationCount, String webTestId)