TransferManagerCopyAsync Method |
Name | Description | |
---|---|---|
CopyAsync(CloudBlob, CloudBlob, CopyMethod) |
Copy content, properties and metadata of one Azure blob to another.
| |
CopyAsync(CloudBlob, CloudBlob, Boolean) | Obsolete.
Copy content, properties and metadata of one Azure blob to another.
| |
CopyAsync(CloudBlob, CloudFile, CopyMethod) |
Copy content, properties and metadata of an Azure blob to an Azure file.
| |
CopyAsync(CloudBlob, CloudFile, Boolean) | Obsolete.
Copy content, properties and metadata of an Azure blob to an Azure file.
| |
CopyAsync(CloudFile, CloudBlob, CopyMethod) |
Copy content, properties and metadata of an Azure file to an Azure blob.
| |
CopyAsync(CloudFile, CloudBlob, Boolean) | Obsolete.
Copy content, properties and metadata of an Azure file to an Azure blob.
| |
CopyAsync(CloudFile, CloudFile, CopyMethod) |
Copy content, properties and metadata of an Azure file to another.
| |
CopyAsync(CloudFile, CloudFile, Boolean) | Obsolete.
Copy content, properties and metadata of an Azure file to another.
| |
CopyAsync(Uri, CloudBlob, Boolean) |
Copy file from an specified URI to an Azure blob.
| |
CopyAsync(Uri, CloudFile, Boolean) |
Copy file from an specified URI to an Azure file.
| |
CopyAsync(CloudBlob, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext) |
Copy content, properties and metadata of one Azure blob to another.
| |
CopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext) | Obsolete.
Copy content, properties and metadata of one Azure blob to another.
| |
CopyAsync(CloudBlob, CloudFile, CopyMethod, CopyOptions, SingleTransferContext) |
Copy content, properties and metadata of an Azure blob to an Azure file.
| |
CopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext) | Obsolete.
Copy content, properties and metadata of an Azure blob to an Azure file.
| |
CopyAsync(CloudFile, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext) |
Copy content, properties and metadata of an Azure file to an Azure blob.
| |
CopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext) | Obsolete.
Copy content, properties and metadata of an Azure file to an Azure blob.
| |
CopyAsync(CloudFile, CloudFile, CopyMethod, CopyOptions, SingleTransferContext) |
Copy content, properties and metadata of an Azure file to another.
| |
CopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext) | Obsolete.
Copy content, properties and metadata of an Azure file to another.
| |
CopyAsync(Uri, CloudBlob, Boolean, CopyOptions, SingleTransferContext) |
Copy file from an specified URI to an Azure blob.
| |
CopyAsync(Uri, CloudFile, Boolean, CopyOptions, SingleTransferContext) |
Copy file from an specified URI to an Azure file.
| |
CopyAsync(CloudBlob, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken) |
Copy content, properties and metadata of one Azure blob to another.
| |
CopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken) | Obsolete.
Copy content, properties and metadata of one Azure blob to another.
| |
CopyAsync(CloudBlob, CloudFile, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken) |
Copy content, properties and metadata of an Azure blob to an Azure file.
| |
CopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken) | Obsolete.
Copy content, properties and metadata of an Azure blob to an Azure file.
| |
CopyAsync(CloudFile, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken) |
Copy content, properties and metadata of an Azure file to an Azure blob.
| |
CopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken) | Obsolete.
Copy content, properties and metadata of an Azure file to an Azure blob.
| |
CopyAsync(CloudFile, CloudFile, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken) |
Copy content, properties and metadata of an Azure file to another.
| |
CopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken) | Obsolete.
Copy content, properties and metadata of an Azure file to another.
| |
CopyAsync(Uri, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken) |
Copy file from an specified URI to an Azure blob.
| |
CopyAsync(Uri, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken) |
Copy file from an specified URI to an Azure file.
|