DataExportDetails Class

Definition

Details of the data to be used for exporting data from azure.

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

Constructors

Name Description
DataExportDetails(TransferConfiguration, DataAccountDetails)

Initializes a new instance of DataExportDetails.

Properties

Name Description
AccountDetails

Account details of the data to be transferred.

LogCollectionLevel

Level of the logs to be collected.

TransferConfiguration

Configuration for the data transfer.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DataExportDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataExportDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataExportDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataExportDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataExportDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to