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