Click or drag to resize

TransferManagerCopyAsync Method

Overload List
  NameDescription
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, CopyMethod)
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, Boolean) Obsolete.
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, CopyMethod)
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, Boolean) Obsolete.
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, CopyMethod)
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, Boolean) Obsolete.
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, CopyMethod)
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, Boolean) Obsolete.
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(Uri, CloudBlob, Boolean)
Copy file from an specified URI to an Azure blob.
Public methodStatic memberCopyAsync(Uri, CloudFile, Boolean)
Copy file from an specified URI to an Azure file.
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext)
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext) Obsolete.
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, CopyMethod, CopyOptions, SingleTransferContext)
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext) Obsolete.
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext)
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext) Obsolete.
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, CopyMethod, CopyOptions, SingleTransferContext)
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext) Obsolete.
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(Uri, CloudBlob, Boolean, CopyOptions, SingleTransferContext)
Copy file from an specified URI to an Azure blob.
Public methodStatic memberCopyAsync(Uri, CloudFile, Boolean, CopyOptions, SingleTransferContext)
Copy file from an specified URI to an Azure file.
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken) Obsolete.
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken) Obsolete.
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken) Obsolete.
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken) Obsolete.
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(Uri, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken)
Copy file from an specified URI to an Azure blob.
Public methodStatic memberCopyAsync(Uri, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken)
Copy file from an specified URI to an Azure file.
Top
See Also