IScheduledAlertRule.EntityMapping Property

Definition

Array of the entity mappings of the alert rule

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Array of the entity mappings of the alert rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IEntityMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="entityMappings", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IEntityMapping> EntityMapping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Array of the entity mappings of the alert rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IEntityMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="entityMappings", Update=true)>]
member this.EntityMapping : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IEntityMapping> with get, set
Public Property EntityMapping As List(Of IEntityMapping)

Property Value

Attributes

Applies to