Uses of Class
com.azure.resourcemanager.monitor.models.MetricAlertRuleCondition
Packages that use MetricAlertRuleCondition
Package
Description
Package containing the data models for MonitorClient.
-
Uses of MetricAlertRuleCondition in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as MetricAlertRuleConditionModifier and TypeFieldDescriptionstatic final MetricAlertRuleConditionMetricAlertRuleCondition.EQUALSStatic value Equals for MetricAlertRuleCondition.static final MetricAlertRuleConditionMetricAlertRuleCondition.GREATER_THANStatic value GreaterThan for MetricAlertRuleCondition.static final MetricAlertRuleConditionMetricAlertRuleCondition.GREATER_THAN_OR_EQUALStatic value GreaterThanOrEqual for MetricAlertRuleCondition.static final MetricAlertRuleConditionMetricAlertRuleCondition.LESS_THANStatic value LessThan for MetricAlertRuleCondition.static final MetricAlertRuleConditionMetricAlertRuleCondition.LESS_THAN_OR_EQUALStatic value LessThanOrEqual for MetricAlertRuleCondition.static final MetricAlertRuleConditionMetricAlertRuleCondition.NOT_EQUALSStatic value NotEquals for MetricAlertRuleCondition.Methods in com.azure.resourcemanager.monitor.models that return MetricAlertRuleConditionModifier and TypeMethodDescriptionMetricAlertCondition.condition()Get the criteria operator.static MetricAlertRuleConditionMetricAlertRuleCondition.fromString(String name) Creates or finds a MetricAlertRuleCondition from its string representation.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetricAlertRuleConditionModifier and TypeMethodDescriptionstatic Collection<MetricAlertRuleCondition> MetricAlertRuleCondition.values()Gets known MetricAlertRuleCondition values.Methods in com.azure.resourcemanager.monitor.models with parameters of type MetricAlertRuleConditionModifier 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.