Uses of Class
com.azure.resourcemanager.securityinsights.models.IncidentSeverity
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of IncidentSeverity in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionIncidentInner.severity()
Get the severity property: The severity of the incident.IncidentPropertiesInner.severity()
Get the severity property: The severity of the incident.Modifier and TypeMethodDescriptionIncidentInner.withSeverity
(IncidentSeverity severity) Set the severity property: The severity of the incident.IncidentPropertiesInner.withSeverity
(IncidentSeverity severity) Set the severity property: The severity of the incident. -
Uses of IncidentSeverity in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final IncidentSeverity
IncidentSeverity.HIGH
Static value High for IncidentSeverity.static final IncidentSeverity
IncidentSeverity.INFORMATIONAL
Static value Informational for IncidentSeverity.static final IncidentSeverity
IncidentSeverity.LOW
Static value Low for IncidentSeverity.static final IncidentSeverity
IncidentSeverity.MEDIUM
Static value Medium for IncidentSeverity.Modifier and TypeMethodDescriptionstatic IncidentSeverity
IncidentSeverity.fromString
(String name) Creates or finds a IncidentSeverity from its string representation.Incident.severity()
Gets the severity property: The severity of the incident.IncidentInfo.severity()
Get the severity property: The severity of the incident.IncidentProperties.severity()
Gets the severity property: The severity of the incident.IncidentPropertiesAction.severity()
Get the severity property: The severity of the incident.Modifier and TypeMethodDescriptionstatic Collection<IncidentSeverity>
IncidentSeverity.values()
Gets known IncidentSeverity values.Modifier and TypeMethodDescriptionIncident.DefinitionStages.WithSeverity.withSeverity
(IncidentSeverity severity) Specifies the severity property: The severity of the incident.Incident.UpdateStages.WithSeverity.withSeverity
(IncidentSeverity severity) Specifies the severity property: The severity of the incident.IncidentInfo.withSeverity
(IncidentSeverity severity) Set the severity property: The severity of the incident.IncidentPropertiesAction.withSeverity
(IncidentSeverity severity) Set the severity property: The severity of the incident.