Class DynamicThresholdOperator
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DynamicThresholdOperator>
com.azure.resourcemanager.monitor.models.DynamicThresholdOperator
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DynamicThresholdOperator
extends com.azure.core.util.ExpandableStringEnum<DynamicThresholdOperator>
The operator used to compare the metric value against the threshold.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DynamicThresholdOperator
Static value GreaterOrLessThan for DynamicThresholdOperator.static final DynamicThresholdOperator
Static value GreaterThan for DynamicThresholdOperator.static final DynamicThresholdOperator
Static value LessThan for DynamicThresholdOperator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DynamicThresholdOperator
fromString
(String name) Creates or finds a DynamicThresholdOperator from its string representation.static Collection
<DynamicThresholdOperator> values()
Gets known DynamicThresholdOperator values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
GREATER_THAN
Static value GreaterThan for DynamicThresholdOperator. -
LESS_THAN
Static value LessThan for DynamicThresholdOperator. -
GREATER_OR_LESS_THAN
Static value GreaterOrLessThan for DynamicThresholdOperator.
-
-
Constructor Details
-
DynamicThresholdOperator
Deprecated.Use thefromString(String)
factory method.Creates a new instance of DynamicThresholdOperator value.
-
-
Method Details
-
fromString
Creates or finds a DynamicThresholdOperator from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DynamicThresholdOperator.
-
values
Gets known DynamicThresholdOperator values.- Returns:
- known DynamicThresholdOperator values.
-
fromString(String)
factory method.