ExportDatasetConfiguration 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 export dataset configuration. Allows columns to be selected for the export. If not provided then the export will include all available columns.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ExportDatasetConfigurationTypeConverter))]
public class ExportDatasetConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IExportDatasetConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IExportDatasetConfigurationInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.ExportDatasetConfigurationTypeConverter))>]
type ExportDatasetConfiguration = class
interface IExportDatasetConfiguration
interface IJsonSerializable
interface IExportDatasetConfigurationInternal
Public Class ExportDatasetConfiguration
Implements IExportDatasetConfiguration, IExportDatasetConfigurationInternal
- Inheritance
-
ExportDatasetConfiguration
- Attributes
- Implements
Constructors
ExportDatasetConfiguration() |
Creates an new ExportDatasetConfiguration instance. |
Properties
Column |
Array of column names to be included in the export. If not provided then the export will include all available columns. The available columns can vary by customer channel (see examples). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExportDatasetConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExportDatasetConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IExportDatasetConfiguration. |
FromJsonString(String) |
Creates a new instance of ExportDatasetConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExportDatasetConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |