IQueryDefinition.DatasetGrouping 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.
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