Class DynamicThresholdSensitivity
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DynamicThresholdSensitivity>
com.azure.resourcemanager.monitor.models.DynamicThresholdSensitivity
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DynamicThresholdSensitivity
extends com.azure.core.util.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
FieldsModifier and TypeFieldDescriptionstatic final DynamicThresholdSensitivity
Static value High for DynamicThresholdSensitivity.static final DynamicThresholdSensitivity
Static value Low for DynamicThresholdSensitivity.static final DynamicThresholdSensitivity
Static value Medium for DynamicThresholdSensitivity. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DynamicThresholdSensitivity
fromString
(String name) Creates or finds a DynamicThresholdSensitivity from its string representation.values()
Gets known DynamicThresholdSensitivity values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
LOW
Static value Low for DynamicThresholdSensitivity. -
MEDIUM
Static value Medium for DynamicThresholdSensitivity. -
HIGH
Static value High for DynamicThresholdSensitivity.
-
-
Constructor Details
-
DynamicThresholdSensitivity
Deprecated.Use thefromString(String)
factory method.Creates a new instance of DynamicThresholdSensitivity value.
-
-
Method Details
-
fromString
Creates or finds a DynamicThresholdSensitivity from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DynamicThresholdSensitivity.
-
values
Gets known DynamicThresholdSensitivity values.- Returns:
- known DynamicThresholdSensitivity values.
-
fromString(String)
factory method.