Uses of Class
org.jclouds.azurecompute.arm.domain.MetricDimension
Packages that use MetricDimension
-
Uses of MetricDimension in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return MetricDimensionModifier and TypeMethodDescriptionabstract MetricDimension
MetricDimension.Builder.build()
static MetricDimension
Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type MetricDimensionModifier and TypeMethodDescriptionabstract List
<MetricDimension> MetricAlertCriteria.dimensions()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type MetricDimensionModifier 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)