Uses of Class
com.azure.resourcemanager.securityinsights.models.AlertDetail
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of AlertDetail in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final AlertDetail
AlertDetail.DISPLAY_NAME
Static value DisplayName for AlertDetail.static final AlertDetail
AlertDetail.SEVERITY
Static value Severity for AlertDetail.Modifier and TypeMethodDescriptionstatic AlertDetail
AlertDetail.fromString
(String name) Creates or finds a AlertDetail from its string representation.Modifier and TypeMethodDescriptionGroupingConfiguration.groupByAlertDetails()
Get the groupByAlertDetails property: A list of alert details to group by (when matchingMethod is Selected).static Collection<AlertDetail>
AlertDetail.values()
Gets known AlertDetail values.Modifier and TypeMethodDescriptionGroupingConfiguration.withGroupByAlertDetails
(List<AlertDetail> groupByAlertDetails) Set the groupByAlertDetails property: A list of alert details to group by (when matchingMethod is Selected).