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
Static value High for Reported |
|
static final
Reported |
INFORMATIONAL
Static value Informational for Reported |
|
static final
Reported |
LOW
Static value Low for Reported |
|
static final
Reported |
MEDIUM
Static value Medium for Reported |
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
Static value High for ReportedSeverity.
INFORMATIONAL
public static final ReportedSeverity INFORMATIONAL
Static value Informational for ReportedSeverity.
LOW
public static final ReportedSeverity LOW
Static value Low for ReportedSeverity.
MEDIUM
public static final ReportedSeverity MEDIUM
Static value Medium for ReportedSeverity.
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: