IInsightQueryItem.ChartQuery 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.
The insight chart query.
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The insight chart query.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="chartQuery", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny ChartQuery { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The insight chart query.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny) }, Read=true, ReadOnly=false, Required=false, SerializedName="chartQuery", Update=true)>]
member this.ChartQuery : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAny with get, set
Public Property ChartQuery As IAny
Property Value
- Attributes