Class SeverityLevel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SeverityLevel>
com.azure.resourcemanager.support.models.SeverityLevel
A value that indicates the urgency of the case, which in turn determines the response time according to the service
level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact', also known as the
'Emergency - Severe impact' level in the Azure portal is reserved only for our Premium customers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SeverityLevel
Static value critical for SeverityLevel.static final SeverityLevel
Static value highestcriticalimpact for SeverityLevel.static final SeverityLevel
Static value minimal for SeverityLevel.static final SeverityLevel
Static value moderate for SeverityLevel. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SeverityLevel
fromString
(String name) Creates or finds a SeverityLevel from its string representation.static Collection<SeverityLevel>
values()
Gets known SeverityLevel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MINIMAL
Static value minimal for SeverityLevel. -
MODERATE
Static value moderate for SeverityLevel. -
CRITICAL
Static value critical for SeverityLevel. -
HIGHESTCRITICALIMPACT
Static value highestcriticalimpact for SeverityLevel.
-
-
Constructor Details
-
SeverityLevel
Deprecated.Use thefromString(String)
factory method.Creates a new instance of SeverityLevel value.
-
-
Method Details
-
fromString
Creates or finds a SeverityLevel from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SeverityLevel.
-
values
Gets known SeverityLevel values.- Returns:
- known SeverityLevel values.
-
fromString(String)
factory method.