Share via


TransferManager.CopyAsync Method

 

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudBlob, Boolean)

Copy content, properties and metadata of one Azure blob to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext)

Copy content, properties and metadata of one Azure blob to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy content, properties and metadata of one Azure blob to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudFile, Boolean)

Copy content, properties and metadata of an Azure blob to an Azure file.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext)

Copy content, properties and metadata of an Azure blob to an Azure file.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy content, properties and metadata of an Azure blob to an Azure file.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudBlob, Boolean)

Copy content, properties and metadata of an Azure file to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext)

Copy content, properties and metadata of an Azure file to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy content, properties and metadata of an Azure file to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudFile, Boolean)

Copy content, properties and metadata of an Azure file to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext)

Copy content, properties and metadata of an Azure file to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy content, properties and metadata of an Azure file to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudBlob, Boolean)

Copy file from an specified URI to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudBlob, Boolean, CopyOptions, SingleTransferContext)

Copy file from an specified URI to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy file from an specified URI to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudFile, Boolean)

Copy file from an specified URI to an Azure file.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudFile, Boolean, CopyOptions, SingleTransferContext)

Copy file from an specified URI to an Azure file.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy file from an specified URI to an Azure file.

See Also

TransferManager Class
Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top