Delen via


ReportConfigDatasetConfiguration Class

Definition

The configuration of dataset in the report.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigDatasetConfigurationTypeConverter))]
public class ReportConfigDatasetConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigDatasetConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigDatasetConfigurationInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ReportConfigDatasetConfigurationTypeConverter))>]
type ReportConfigDatasetConfiguration = class
    interface IReportConfigDatasetConfiguration
    interface IJsonSerializable
    interface IReportConfigDatasetConfigurationInternal
Public Class ReportConfigDatasetConfiguration
Implements IReportConfigDatasetConfiguration, IReportConfigDatasetConfigurationInternal
Inheritance
ReportConfigDatasetConfiguration
Attributes
Implements

Constructors

ReportConfigDatasetConfiguration()

Creates an new ReportConfigDatasetConfiguration instance.

Properties

Column

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReportConfigDatasetConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReportConfigDatasetConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IReportConfigDatasetConfiguration.

FromJsonString(String)

Creates a new instance of ReportConfigDatasetConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReportConfigDatasetConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to