IEntityMapping.FieldMapping Property

Definition

array of field mappings for the given entity mapping

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="array of field mappings for the given entity mapping", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IFieldMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="fieldMappings", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IFieldMapping> FieldMapping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="array of field mappings for the given entity mapping", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IFieldMapping) }, Read=true, ReadOnly=false, Required=false, SerializedName="fieldMappings", Update=true)>]
member this.FieldMapping : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IFieldMapping> with get, set
Public Property FieldMapping As List(Of IFieldMapping)

Property Value

Attributes

Applies to