IView.DataSetGrouping 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[] DataSetGrouping { 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.DataSetGrouping : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigGrouping[] with get, set
Public Property DataSetGrouping As IReportConfigGrouping()

Property Value

Attributes

Applies to