Class DynamicThresholdSensitivity
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<DynamicThresholdSensitivity>
com.microsoft.azure.management.monitor.DynamicThresholdSensitivity
public final class DynamicThresholdSensitivity
extends com.microsoft.rest.ExpandableStringEnum<DynamicThresholdSensitivity>
Defines values for DynamicThresholdSensitivity.
-
Field Summary
Modifier 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
-
Method Summary
Modifier and TypeMethodDescriptionstatic DynamicThresholdSensitivity
fromString
(String name) Creates or finds a DynamicThresholdSensitivity from its string representation.values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
LOW
Static value Low for DynamicThresholdSensitivity. -
MEDIUM
Static value Medium for DynamicThresholdSensitivity. -
HIGH
Static value High for DynamicThresholdSensitivity.
-
-
Constructor Details
-
DynamicThresholdSensitivity
public DynamicThresholdSensitivity()
-
-
Method Details
-
fromString
Creates or finds a DynamicThresholdSensitivity from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding DynamicThresholdSensitivity
-
values
- Returns:
- known DynamicThresholdSensitivity values
-