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
FieldsModifier and TypeFieldDescriptionstatic final DynamicThresholdSensitivityStatic value High for DynamicThresholdSensitivity.static final DynamicThresholdSensitivityStatic value Low for DynamicThresholdSensitivity.static final DynamicThresholdSensitivityStatic value Medium for DynamicThresholdSensitivity. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic DynamicThresholdSensitivityfromString(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
 
 
 -