Class AlertSeverity
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertSeverity>
com.azure.resourcemanager.securityinsights.models.AlertSeverity
The severity of the alert.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AlertSeverity
Static value High for AlertSeverity.static final AlertSeverity
Static value Informational for AlertSeverity.static final AlertSeverity
Static value Low for AlertSeverity.static final AlertSeverity
Static value Medium for AlertSeverity. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AlertSeverity
fromString
(String name) Creates or finds a AlertSeverity from its string representation.static Collection<AlertSeverity>
values()
Gets known AlertSeverity values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
HIGH
Static value High for AlertSeverity. -
MEDIUM
Static value Medium for AlertSeverity. -
LOW
Static value Low for AlertSeverity. -
INFORMATIONAL
Static value Informational for AlertSeverity.
-
-
Constructor Details
-
AlertSeverity
public AlertSeverity()
-
-
Method Details
-
fromString
Creates or finds a AlertSeverity from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AlertSeverity.
-
values
Gets known AlertSeverity values.- Returns:
- known AlertSeverity values.
-