IView.DataSetSorting 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 order by expression to use in the report.
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="Array of order by expression to use in the report.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigSorting) }, ReadOnly=false, Required=false, SerializedName="sorting")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigSorting[] DataSetSorting { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="Array of order by expression to use in the report.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigSorting) }, ReadOnly=false, Required=false, SerializedName="sorting")>]
member this.DataSetSorting : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigSorting[] with get, set
Public Property DataSetSorting As IReportConfigSorting()
Property Value
- Attributes