DynamicThresholdOperator Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. monitor. models. DynamicThresholdOperator
- com.
- com.
public final class DynamicThresholdOperator
extends ExpandableStringEnum<DynamicThresholdOperator>
The operator used to compare the metric value against the threshold.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Dynamic |
GREATER_OR_LESS_THAN
Static value Greater |
static final
Dynamic |
GREATER_THAN
Static value Greater |
static final
Dynamic |
LESS_THAN
Static value Less |
Constructor Summary
Constructor | Description |
---|---|
DynamicThresholdOperator() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Dynamic |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Dynamic |
fromString(String name)
Creates or finds a Dynamic |
static
Collection<Dynamic |
values()
Gets known Dynamic |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GREATER_OR_LESS_THAN
public static final DynamicThresholdOperator GREATER_OR_LESS_THAN
Static value GreaterOrLessThan for DynamicThresholdOperator.
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.
Constructor Details
DynamicThresholdOperator
@Deprecated
public DynamicThresholdOperator()
Deprecated
Creates a new instance of DynamicThresholdOperator value.
Method Details
fromString
public static DynamicThresholdOperator fromString(String name)
Creates or finds a DynamicThresholdOperator from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DynamicThresholdOperator values.
Returns:
Applies to
Azure SDK for Java