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