Sdílet prostřednictvím


IReportConfigDataset Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigDatasetTypeConverter))]
public interface IReportConfigDataset : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigDatasetTypeConverter))>]
type IReportConfigDataset = interface
    interface IJsonSerializable
Public Interface IReportConfigDataset
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Aggregation

Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.

ConfigurationColumn

Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns.

Filter

Has filter expression to use in the report.

Granularity

The granularity of rows in the report.

Grouping

Array of group by expression to use in the report. Report can have up to 2 group by clauses.

Sorting

Array of order by expression to use in the report.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to