Sdílet prostřednictvím


TransferAllDetails Class

Definition

Details to transfer all data.

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

Constructors

TransferAllDetails(DataAccountType)

Initializes a new instance of TransferAllDetails.

Properties

DataAccountType

Type of the account of data.

TransferAllBlobs

To indicate if all Azure blobs have to be transferred.

TransferAllFiles

To indicate if all Azure Files have to be transferred.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TransferAllDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TransferAllDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TransferAllDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TransferAllDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TransferAllDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to