ReportedSeverity Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. ReportedSeverity
- com.
- com.
public final class ReportedSeverity
extends ExpandableStringEnum<ReportedSeverity>
Assessed alert severity.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Reported |
HIGH
High. |
|
static final
Reported |
INFORMATIONAL
Informational. |
|
static final
Reported |
LOW
Low. |
|
static final
Reported |
MEDIUM
Medium. |
Constructor Summary
| Constructor | Description |
|---|---|
| ReportedSeverity() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Reported |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Reported |
fromString(String name)
Creates or finds a Reported |
|
static
Collection<Reported |
values()
Gets known Reported |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HIGH
public static final ReportedSeverity HIGH
High.
INFORMATIONAL
public static final ReportedSeverity INFORMATIONAL
Informational.
LOW
public static final ReportedSeverity LOW
Low.
MEDIUM
public static final ReportedSeverity MEDIUM
Medium.
Constructor Details
ReportedSeverity
@Deprecated
public ReportedSeverity()
Deprecated
Creates a new instance of ReportedSeverity value.
Method Details
fromString
public static ReportedSeverity fromString(String name)
Creates or finds a ReportedSeverity from its string representation.
Parameters:
Returns:
values
public static Collection<ReportedSeverity> values()
Gets known ReportedSeverity values.
Returns: