IReportConfigDataset.Grouping Property

Definition

Array of group by expression to use in the report. Report 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 report. Report can have up to 2 group by clauses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigGrouping) }, ReadOnly=false, Required=false, SerializedName="grouping")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigGrouping[] Grouping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="Array of group by expression to use in the report. Report can have up to 2 group by clauses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigGrouping) }, ReadOnly=false, Required=false, SerializedName="grouping")>]
member this.Grouping : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigGrouping[] with get, set
Public Property Grouping As IReportConfigGrouping()

Property Value

Attributes

Applies to