Uses of Class
com.azure.resourcemanager.monitor.models.DynamicThresholdOperator
Packages that use DynamicThresholdOperator
Package
Description
Package containing the data models for MonitorClient.
-
Uses of DynamicThresholdOperator in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models 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.azure.resourcemanager.monitor.models 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.DynamicMetricCriteria.operator()Get the operator property: The operator used to compare the metric value against the threshold.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DynamicThresholdOperatorModifier and TypeMethodDescriptionstatic Collection<DynamicThresholdOperator> DynamicThresholdOperator.values()Gets known DynamicThresholdOperator values.Methods in com.azure.resourcemanager.monitor.models 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.DynamicMetricCriteria.withOperator(DynamicThresholdOperator operator) Set the operator property: The operator used to compare the metric value against the threshold.