DynamicThresholdSensitivity Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. monitor. models. DynamicThresholdSensitivity
- com.
- com.
public final class DynamicThresholdSensitivity
extends ExpandableStringEnum<DynamicThresholdSensitivity>
The extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Dynamic |
HIGH
Static value High for Dynamic |
static final
Dynamic |
LOW
Static value Low for Dynamic |
static final
Dynamic |
MEDIUM
Static value Medium for Dynamic |
Constructor Summary
Constructor | Description |
---|---|
DynamicThresholdSensitivity() |
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
HIGH
public static final DynamicThresholdSensitivity HIGH
Static value High for DynamicThresholdSensitivity.
LOW
public static final DynamicThresholdSensitivity LOW
Static value Low for DynamicThresholdSensitivity.
MEDIUM
public static final DynamicThresholdSensitivity MEDIUM
Static value Medium for DynamicThresholdSensitivity.
Constructor Details
DynamicThresholdSensitivity
@Deprecated
public DynamicThresholdSensitivity()
Deprecated
Creates a new instance of DynamicThresholdSensitivity value.
Method Details
fromString
public static DynamicThresholdSensitivity fromString(String name)
Creates or finds a DynamicThresholdSensitivity from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DynamicThresholdSensitivity values.
Returns:
Applies to
Azure SDK for Java