Uses of Class
com.microsoft.azure.management.monitor.MetricAlertRuleCondition
-
-
Uses of MetricAlertRuleCondition in com.microsoft.azure.management.monitor
Fields in com.microsoft.azure.management.monitor declared as MetricAlertRuleCondition Modifier and Type Field Description static MetricAlertRuleConditionMetricAlertRuleCondition. EQUALSStatic value Equals for MetricAlertRuleCondition.static MetricAlertRuleConditionMetricAlertRuleCondition. GREATER_THANStatic value GreaterThan for MetricAlertRuleCondition.static MetricAlertRuleConditionMetricAlertRuleCondition. GREATER_THAN_OR_EQUALStatic value GreaterThanOrEqual for MetricAlertRuleCondition.static MetricAlertRuleConditionMetricAlertRuleCondition. LESS_THANStatic value LessThan for MetricAlertRuleCondition.static MetricAlertRuleConditionMetricAlertRuleCondition. LESS_THAN_OR_EQUALStatic value LessThanOrEqual for MetricAlertRuleCondition.static MetricAlertRuleConditionMetricAlertRuleCondition. NOT_EQUALSStatic value NotEquals for MetricAlertRuleCondition.Methods in com.microsoft.azure.management.monitor that return MetricAlertRuleCondition Modifier and Type Method Description MetricAlertRuleConditionMetricAlertCondition. condition()Get the criteria operator.static MetricAlertRuleConditionMetricAlertRuleCondition. fromString(String name)Creates or finds a MetricAlertRuleCondition from its string representation.MetricAlertRuleConditionMetricCriteria. operator()Get the criteria operator.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetricAlertRuleCondition Modifier and Type Method Description static Collection<MetricAlertRuleCondition>MetricAlertRuleCondition. values()Methods in com.microsoft.azure.management.monitor with parameters of type MetricAlertRuleCondition Modifier and Type Method Description MetricAlertCondition.DefinitionStages.WithConditionAttach<ParentT>MetricAlertCondition.DefinitionStages.WithCriteriaOperator. withCondition(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold)Sets the condition to monitor for the current metric alert.MetricAlertCondition.UpdateDefinitionStages.WithConditionAttach<ParentT>MetricAlertCondition.UpdateDefinitionStages.WithCriteriaOperator. withCondition(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold)Sets the condition to monitor for the current metric alert.MetricAlertCondition.UpdateStagesMetricAlertCondition.UpdateStages. withCondition(MetricAlertRuleTimeAggregation timeAggregation, MetricAlertRuleCondition condition, double threshold)Sets the condition to monitor for the current metric alert.MetricCriteriaMetricCriteria. withOperator(MetricAlertRuleCondition operator)Set the criteria operator.
-