Uses of Enum Class
org.jclouds.azurecompute.arm.domain.MetricAlertCriteria.Operator
Packages that use MetricAlertCriteria.Operator
-
Uses of MetricAlertCriteria.Operator in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return MetricAlertCriteria.OperatorModifier and TypeMethodDescriptionstatic MetricAlertCriteria.Operator
abstract MetricAlertCriteria.Operator
MetricAlertCriteria.operator()
static MetricAlertCriteria.Operator
Returns the enum constant of this class with the specified name.static MetricAlertCriteria.Operator[]
MetricAlertCriteria.Operator.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.OperatorModifier 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)