Uses of Class
com.microsoft.azure.management.monitor.MetricAlertRuleCondition
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetricAlertRuleCondition in com.microsoft.azure.management.monitor
Modifier and TypeFieldDescriptionstatic final MetricAlertRuleCondition
MetricAlertRuleCondition.EQUALS
Static value Equals for MetricAlertRuleCondition.static final MetricAlertRuleCondition
MetricAlertRuleCondition.GREATER_THAN
Static value GreaterThan for MetricAlertRuleCondition.static final MetricAlertRuleCondition
MetricAlertRuleCondition.GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for MetricAlertRuleCondition.static final MetricAlertRuleCondition
MetricAlertRuleCondition.LESS_THAN
Static value LessThan for MetricAlertRuleCondition.static final MetricAlertRuleCondition
MetricAlertRuleCondition.LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for MetricAlertRuleCondition.static final MetricAlertRuleCondition
MetricAlertRuleCondition.NOT_EQUALS
Static value NotEquals for MetricAlertRuleCondition.Modifier and TypeMethodDescriptionMetricAlertCondition.condition()
Get the criteria operator.static MetricAlertRuleCondition
MetricAlertRuleCondition.fromString
(String name) Creates or finds a MetricAlertRuleCondition from its string representation.Modifier and TypeMethodDescriptionstatic Collection<MetricAlertRuleCondition>
MetricAlertRuleCondition.values()
Modifier and TypeMethodDescriptionMetricAlertCondition.DefinitionStages.WithCriteriaOperator.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold) Sets the condition to monitor for the current metric alert.MetricAlertCondition.UpdateDefinitionStages.WithCriteriaOperator.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold) Sets the condition to monitor for the current metric alert.MetricAlertCondition.UpdateStages.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold) Sets the condition to monitor for the current metric alert.