Share via


IQueryDefinition.DatasetGrouping Property

Definition

Array of group by expression to use in the query. Query can have up to 2 group by clauses.

[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(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.Api20211001.IQueryGrouping) }, ReadOnly=false, Required=false, SerializedName="grouping")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryGrouping[] DatasetGrouping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(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.Api20211001.IQueryGrouping) }, ReadOnly=false, Required=false, SerializedName="grouping")>]
member this.DatasetGrouping : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IQueryGrouping[] with get, set
Public Property DatasetGrouping As IQueryGrouping()

Property Value

Attributes

Applies to