IEntityInsightItem.TableQueryResultColumn Property

Definition

Columns Metadata of the table

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Columns Metadata of the table", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInsightsTableResultColumnsItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="columns", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInsightsTableResultColumnsItem> TableQueryResultColumn { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Columns Metadata of the table", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInsightsTableResultColumnsItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="columns", Update=true)>]
member this.TableQueryResultColumn : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInsightsTableResultColumnsItem> with get, set
Public Property TableQueryResultColumn As List(Of IInsightsTableResultColumnsItem)

Property Value

Attributes

Applies to