ReportConfigDataset Class
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.
The definition of data present in the report.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigDatasetTypeConverter))]
public class ReportConfigDataset : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigDataset, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigDatasetInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigDatasetTypeConverter))>]
type ReportConfigDataset = class
interface IReportConfigDataset
interface IJsonSerializable
interface IReportConfigDatasetInternal
Public Class ReportConfigDataset
Implements IReportConfigDataset, IReportConfigDatasetInternal
- Inheritance
-
ReportConfigDataset
- Attributes
- Implements
Constructors
ReportConfigDataset() |
Creates an new ReportConfigDataset instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReportConfigDataset. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReportConfigDataset. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigDataset. |
FromJsonString(String) |
Creates a new instance of ReportConfigDataset, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReportConfigDataset into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Explicit Interface Implementations
IReportConfigDatasetInternal.Configuration |
Internal Acessors for Configuration |