Delen via


TransferConfiguration Class

Definition

Configuration for defining the transfer of data.

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

Constructors

TransferConfiguration(TransferConfigurationType)

Initializes a new instance of TransferConfiguration.

Properties

TransferAllDetailsInclude

Details to transfer all data.

TransferConfigurationType

Type of the configuration for transfer.

TransferFilterDetailsInclude

Details of the filtering the transfer of data.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TransferConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TransferConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TransferConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TransferConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TransferConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to