SeverityLevel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. support. models. SeverityLevel
- com.
- com.
public final class SeverityLevel
extends ExpandableStringEnum<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 Type | Field and Description |
|---|---|
|
static final
Severity |
CRITICAL
Static value critical for Severity |
|
static final
Severity |
HIGHESTCRITICALIMPACT
Static value highestcriticalimpact for Severity |
|
static final
Severity |
MINIMAL
Static value minimal for Severity |
|
static final
Severity |
MODERATE
Static value moderate for Severity |
Constructor Summary
| Constructor | Description |
|---|---|
| SeverityLevel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Severity |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Severity |
fromString(String name)
Creates or finds a Severity |
|
static
Collection<Severity |
values()
Gets known Severity |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CRITICAL
public static final SeverityLevel CRITICAL
Static value critical for SeverityLevel.
HIGHESTCRITICALIMPACT
public static final SeverityLevel HIGHESTCRITICALIMPACT
Static value highestcriticalimpact for SeverityLevel.
MINIMAL
public static final SeverityLevel MINIMAL
Static value minimal for SeverityLevel.
MODERATE
public static final SeverityLevel MODERATE
Static value moderate for SeverityLevel.
Constructor Details
SeverityLevel
@Deprecated
public SeverityLevel()
Deprecated
Creates a new instance of SeverityLevel value.
Method Details
fromString
public static SeverityLevel fromString(String name)
Creates or finds a SeverityLevel from its string representation.
Parameters:
Returns:
values
public static Collection<SeverityLevel> values()
Gets known SeverityLevel values.
Returns: