IEntityInsightItem.ChartQueryResult Property

Definition

Query results for table insights query.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Query results for table insights query.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInsightsTableResult) }, Read=true, ReadOnly=false, Required=false, SerializedName="chartQueryResults", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInsightsTableResult> ChartQueryResult { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Query results for table insights query.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInsightsTableResult) }, Read=true, ReadOnly=false, Required=false, SerializedName="chartQueryResults", Update=true)>]
member this.ChartQueryResult : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IInsightsTableResult> with get, set
Public Property ChartQueryResult As List(Of IInsightsTableResult)

Property Value

Attributes

Applies to