Uses of Class
org.jclouds.azurecompute.arm.domain.MetricAlertCriteria
Packages that use MetricAlertCriteria
-
Uses of MetricAlertCriteria in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return MetricAlertCriteriaModifier 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) Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type MetricAlertCriteriaMethod parameters in org.jclouds.azurecompute.arm.domain with type arguments of type MetricAlertCriteriaModifier and TypeMethodDescriptionabstract Criteria.Builder
Criteria.Builder.allOf
(List<MetricAlertCriteria> allOf) static Criteria
Criteria.create
(List<MetricAlertCriteria> allOf, String odatatype)