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