Share via


IView.DataSetGrouping Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Create=true, 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.IReportConfigGrouping) }, Read=true, ReadOnly=false, Required=false, SerializedName="grouping", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IReportConfigGrouping> DataSetGrouping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Create=true, 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.IReportConfigGrouping) }, Read=true, ReadOnly=false, Required=false, SerializedName="grouping", Update=true)>]
member this.DataSetGrouping : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IReportConfigGrouping> with get, set
Public Property DataSetGrouping As List(Of IReportConfigGrouping)

Property Value

Attributes

Applies to