Uses of Class
com.microsoft.azure.management.monitor.DynamicThresholdOperator
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of DynamicThresholdOperator in com.microsoft.azure.management.monitor
Modifier and TypeFieldDescriptionstatic final DynamicThresholdOperator
DynamicThresholdOperator.GREATER_OR_LESS_THAN
Static value GreaterOrLessThan for DynamicThresholdOperator.static final DynamicThresholdOperator
DynamicThresholdOperator.GREATER_THAN
Static value GreaterThan for DynamicThresholdOperator.static final DynamicThresholdOperator
DynamicThresholdOperator.LESS_THAN
Static value LessThan for DynamicThresholdOperator.Modifier and TypeMethodDescriptionMetricDynamicAlertCondition.condition()
Get the operator used to compare the metric value against the threshold.static DynamicThresholdOperator
DynamicThresholdOperator.fromString
(String name) Creates or finds a DynamicThresholdOperator from its string representation.Modifier and TypeMethodDescriptionstatic Collection<DynamicThresholdOperator>
DynamicThresholdOperator.values()
Modifier and TypeMethodDescriptionMetricDynamicAlertCondition.DefinitionStages.WithCriteriaOperator.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, DynamicThresholdOperator condition, DynamicThresholdSensitivity alertSensitivity) Sets the condition to monitor for the current metric alert.MetricDynamicAlertCondition.UpdateDefinitionStages.WithCriteriaOperator.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, DynamicThresholdOperator condition, DynamicThresholdSensitivity alertSensitivity) Sets the condition to monitor for the current metric alert.MetricDynamicAlertCondition.UpdateStages.withCondition
(MetricAlertRuleTimeAggregation timeAggregation, DynamicThresholdOperator condition, DynamicThresholdSensitivity sensitivity) Sets the condition to monitor for the current metric alert.