public final class DynamicThresholdOperator extends com.azure.core.util.ExpandableStringEnum<DynamicThresholdOperator>
| Modifier and Type | Field and Description |
|---|---|
static DynamicThresholdOperator |
GREATER_OR_LESS_THAN
Static value GreaterOrLessThan for DynamicThresholdOperator.
|
static DynamicThresholdOperator |
GREATER_THAN
Static value GreaterThan for DynamicThresholdOperator.
|
static DynamicThresholdOperator |
LESS_THAN
Static value LessThan for DynamicThresholdOperator.
|
| Constructor and Description |
|---|
DynamicThresholdOperator() |
| Modifier and Type | Method and Description |
|---|---|
static DynamicThresholdOperator |
fromString(String name)
Creates or finds a DynamicThresholdOperator from its string representation.
|
static Collection<DynamicThresholdOperator> |
values() |
public static final DynamicThresholdOperator GREATER_THAN
public static final DynamicThresholdOperator LESS_THAN
public static final DynamicThresholdOperator GREATER_OR_LESS_THAN
public static DynamicThresholdOperator fromString(String name)
name - a name to look for.public static Collection<DynamicThresholdOperator> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.