Share via


IQueryDefinition.DatasetGrouping Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Create=true, Description="Array of group by expression to use in the query. Query can have up to 2 group by clauses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryGrouping) }, Read=true, ReadOnly=false, Required=false, SerializedName="grouping", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryGrouping> DatasetGrouping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Create=true, Description="Array of group by expression to use in the query. Query can have up to 2 group by clauses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryGrouping) }, Read=true, ReadOnly=false, Required=false, SerializedName="grouping", Update=true)>]
member this.DatasetGrouping : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IQueryGrouping> with get, set
Public Property DatasetGrouping As List(Of IQueryGrouping)

Property Value

Attributes

Applies to