Uses of Enum Class
org.jclouds.azurecompute.arm.domain.MetricAlertCriteria.DynamicThresholdSensitivity
Packages that use MetricAlertCriteria.DynamicThresholdSensitivity
-
Uses of MetricAlertCriteria.DynamicThresholdSensitivity in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return MetricAlertCriteria.DynamicThresholdSensitivityModifier and TypeMethodDescriptionMetricAlertCriteria.alertSensitivity()
Returns the enum constant of this class with the specified name.MetricAlertCriteria.DynamicThresholdSensitivity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type MetricAlertCriteria.DynamicThresholdSensitivityModifier 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)