Uses of Class
com.microsoft.azure.management.monitor.DynamicThresholdOperator
Packages that use DynamicThresholdOperator
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of DynamicThresholdOperator in com.microsoft.azure.management.monitor
Fields in com.microsoft.azure.management.monitor declared as DynamicThresholdOperatorModifier and TypeFieldDescriptionstatic final DynamicThresholdOperatorDynamicThresholdOperator.GREATER_OR_LESS_THANStatic value GreaterOrLessThan for DynamicThresholdOperator.static final DynamicThresholdOperatorDynamicThresholdOperator.GREATER_THANStatic value GreaterThan for DynamicThresholdOperator.static final DynamicThresholdOperatorDynamicThresholdOperator.LESS_THANStatic value LessThan for DynamicThresholdOperator.Methods in com.microsoft.azure.management.monitor that return DynamicThresholdOperatorModifier and TypeMethodDescriptionMetricDynamicAlertCondition.condition()Get the operator used to compare the metric value against the threshold.static DynamicThresholdOperatorDynamicThresholdOperator.fromString(String name) Creates or finds a DynamicThresholdOperator from its string representation.Methods in com.microsoft.azure.management.monitor that return types with arguments of type DynamicThresholdOperatorModifier and TypeMethodDescriptionstatic Collection<DynamicThresholdOperator>DynamicThresholdOperator.values()Methods in com.microsoft.azure.management.monitor with parameters of type DynamicThresholdOperatorModifier 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.