DataTransferProperty Constructors

Definition

Overloads

DataTransferProperty()

Default constructor for DataTransferProperty. Defaults to preserve the respective property the destination.

DataTransferProperty(Boolean)

Constructs DataTransferProperty to preserves the respective property.

DataTransferProperty()

Default constructor for DataTransferProperty. Defaults to preserve the respective property the destination.

public DataTransferProperty ();
Public Sub New ()

Applies to

DataTransferProperty(Boolean)

Constructs DataTransferProperty to preserves the respective property.

public DataTransferProperty (bool preserve);
new Azure.Storage.DataMovement.DataTransferProperty : bool -> Azure.Storage.DataMovement.DataTransferProperty
Public Sub New (preserve As Boolean)

Parameters

preserve
Boolean

Applies to