Class AlertDetail
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertDetail>
com.azure.resourcemanager.securityinsights.models.AlertDetail
Alert detail.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AlertDetail
Static value DisplayName for AlertDetail.static final AlertDetail
Static value Severity for AlertDetail. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AlertDetail
fromString
(String name) Creates or finds a AlertDetail from its string representation.static Collection<AlertDetail>
values()
Gets known AlertDetail values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DISPLAY_NAME
Static value DisplayName for AlertDetail. -
SEVERITY
Static value Severity for AlertDetail.
-
-
Constructor Details
-
AlertDetail
public AlertDetail()
-
-
Method Details
-
fromString
Creates or finds a AlertDetail from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AlertDetail.
-
values
Gets known AlertDetail values.- Returns:
- known AlertDetail values.
-