IAutomationRuleModifyPropertiesActionConfiguration.Label Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of labels to add to the incident
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="List of labels to add to the incident", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel) }, ReadOnly=false, Required=false, SerializedName="labels")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[] Label { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="List of labels to add to the incident", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel) }, ReadOnly=false, Required=false, SerializedName="labels")>]
member this.Label : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentLabel[] with get, set
Public Property Label As IIncidentLabel()
Property Value
- Attributes