Uses of Class
com.azure.resourcemanager.securityinsights.models.IncidentLabel
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of IncidentLabel in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionIncidentInner.labels()
Get the labels property: List of labels relevant to this incident.IncidentPropertiesInner.labels()
Get the labels property: List of labels relevant to this incident.Modifier and TypeMethodDescriptionIncidentInner.withLabels
(List<IncidentLabel> labels) Set the labels property: List of labels relevant to this incident.IncidentPropertiesInner.withLabels
(List<IncidentLabel> labels) Set the labels property: List of labels relevant to this incident. -
Uses of IncidentLabel in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionIncidentLabel.withLabelName
(String labelName) Set the labelName property: The name of the label.Modifier and TypeMethodDescriptionIncident.labels()
Gets the labels property: List of labels relevant to this incident.IncidentProperties.labels()
Gets the labels property: List of labels relevant to this incident.IncidentPropertiesAction.labels()
Get the labels property: List of labels to add to the incident.Modifier and TypeMethodDescriptionIncident.DefinitionStages.WithLabels.withLabels
(List<IncidentLabel> labels) Specifies the labels property: List of labels relevant to this incident.Incident.UpdateStages.WithLabels.withLabels
(List<IncidentLabel> labels) Specifies the labels property: List of labels relevant to this incident.IncidentPropertiesAction.withLabels
(List<IncidentLabel> labels) Set the labels property: List of labels to add to the incident.