Class DynamicThresholdOperator
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<DynamicThresholdOperator>
-
- com.azure.resourcemanager.monitor.models.DynamicThresholdOperator
-
public final class DynamicThresholdOperator extends com.azure.core.util.ExpandableStringEnum<DynamicThresholdOperator>
Defines values for DynamicThresholdOperator.
-
-
Field Summary
Fields Modifier and Type Field Description static DynamicThresholdOperatorGREATER_OR_LESS_THANStatic value GreaterOrLessThan for DynamicThresholdOperator.static DynamicThresholdOperatorGREATER_THANStatic value GreaterThan for DynamicThresholdOperator.static DynamicThresholdOperatorLESS_THANStatic value LessThan for DynamicThresholdOperator.
-
Constructor Summary
Constructors Constructor Description DynamicThresholdOperator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DynamicThresholdOperatorfromString(String name)Creates or finds a DynamicThresholdOperator from its string representation.static Collection<DynamicThresholdOperator>values()
-
-
-
Field Detail
-
GREATER_THAN
public static final DynamicThresholdOperator GREATER_THAN
Static value GreaterThan for DynamicThresholdOperator.
-
LESS_THAN
public static final DynamicThresholdOperator LESS_THAN
Static value LessThan for DynamicThresholdOperator.
-
GREATER_OR_LESS_THAN
public static final DynamicThresholdOperator GREATER_OR_LESS_THAN
Static value GreaterOrLessThan for DynamicThresholdOperator.
-
-
Method Detail
-
fromString
public static DynamicThresholdOperator fromString(String name)
Creates or finds a DynamicThresholdOperator from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DynamicThresholdOperator.
-
values
public static Collection<DynamicThresholdOperator> values()
- Returns:
- known DynamicThresholdOperator values.
-
-