共用方式為


ExportDataset Class

Definition

The definition for data in the export.

public class ExportDataset : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CostManagement.Models.ExportDataset>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CostManagement.Models.ExportDataset>
type ExportDataset = class
    interface IJsonModel<ExportDataset>
    interface IPersistableModel<ExportDataset>
Public Class ExportDataset
Implements IJsonModel(Of ExportDataset), IPersistableModel(Of ExportDataset)
Inheritance
ExportDataset
Implements

Constructors

ExportDataset()

Initializes a new instance of ExportDataset.

Properties

Columns

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).

Granularity

The granularity of rows in the export. Currently only 'Daily' is supported.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportDataset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExportDataset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportDataset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportDataset>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExportDataset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to