Dela via


ExportDeliveryInfo Class

Definition

The delivery information associated with a export.

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

Constructors

ExportDeliveryInfo(ExportDeliveryDestination)

Initializes a new instance of ExportDeliveryInfo.

Properties

Destination

Has destination for the export being delivered.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportDeliveryInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportDeliveryInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportDeliveryInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportDeliveryInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportDeliveryInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to