Class Severity
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Severity>
com.azure.resourcemanager.hdinsight.containers.models.Severity
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Severity of this upgrade.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SeverityfromString(String name) Creates or finds a Severity from its string representation.static Collection<Severity> values()Gets known Severity values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
LOW
Static value low for Severity. -
MEDIUM
Static value medium for Severity. -
HIGH
Static value high for Severity. -
CRITICAL
Static value critical for Severity.
-
-
Constructor Details
-
Severity
Deprecated.Use thefromString(String)factory method.Creates a new instance of Severity value.
-
-
Method Details
-
fromString
-
values
Gets known Severity values.- Returns:
- known Severity values.
-
fromString(String)factory method.