Uses of Class
com.azure.resourcemanager.securityinsights.models.AlertStatus
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of AlertStatus in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSecurityAlertProperties.status()
Get the status property: The lifecycle status of the alert. -
Uses of AlertStatus in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final AlertStatus
AlertStatus.DISMISSED
Static value Dismissed for AlertStatus.static final AlertStatus
AlertStatus.IN_PROGRESS
Static value InProgress for AlertStatus.static final AlertStatus
AlertStatus.NEW
Static value New for AlertStatus.static final AlertStatus
AlertStatus.RESOLVED
Static value Resolved for AlertStatus.static final AlertStatus
AlertStatus.UNKNOWN
Static value Unknown for AlertStatus.Modifier and TypeMethodDescriptionstatic AlertStatus
AlertStatus.fromString
(String name) Creates or finds a AlertStatus from its string representation.SecurityAlert.status()
Get the status property: The lifecycle status of the alert.Modifier and TypeMethodDescriptionstatic Collection<AlertStatus>
AlertStatus.values()
Gets known AlertStatus values.