Uses of Class
com.azure.resourcemanager.securityinsights.models.IncidentStatus
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of IncidentStatus in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionIncidentInner.status()
Get the status property: The status of the incident.IncidentPropertiesInner.status()
Get the status property: The status of the incident.Modifier and TypeMethodDescriptionIncidentInner.withStatus
(IncidentStatus status) Set the status property: The status of the incident.IncidentPropertiesInner.withStatus
(IncidentStatus status) Set the status property: The status of the incident. -
Uses of IncidentStatus in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final IncidentStatus
IncidentStatus.ACTIVE
Static value Active for IncidentStatus.static final IncidentStatus
IncidentStatus.CLOSED
Static value Closed for IncidentStatus.static final IncidentStatus
IncidentStatus.NEW
Static value New for IncidentStatus.Modifier and TypeMethodDescriptionstatic IncidentStatus
IncidentStatus.fromString
(String name) Creates or finds a IncidentStatus from its string representation.Incident.status()
Gets the status property: The status of the incident.IncidentProperties.status()
Gets the status property: The status of the incident.IncidentPropertiesAction.status()
Get the status property: The status of the incident.Modifier and TypeMethodDescriptionstatic Collection<IncidentStatus>
IncidentStatus.values()
Gets known IncidentStatus values.Modifier and TypeMethodDescriptionIncident.DefinitionStages.WithStatus.withStatus
(IncidentStatus status) Specifies the status property: The status of the incident.Incident.UpdateStages.WithStatus.withStatus
(IncidentStatus status) Specifies the status property: The status of the incident.IncidentPropertiesAction.withStatus
(IncidentStatus status) Set the status property: The status of the incident.