IEntityInsightItem.TableQueryResultColumn 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.
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