IIncident.Label Property

Definition

List of labels relevant to this incident

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="List of labels relevant to this incident", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IIncidentLabel) }, Read=true, ReadOnly=false, Required=false, SerializedName="labels", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IIncidentLabel> Label { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="List of labels relevant to this incident", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IIncidentLabel) }, Read=true, ReadOnly=false, Required=false, SerializedName="labels", Update=true)>]
member this.Label : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IIncidentLabel> with get, set
Public Property Label As List(Of IIncidentLabel)

Property Value

Attributes

Applies to