ICloudBlob.StartCopyFromBlobAsync Method

 

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

Overload List

Name Description
System_CAPS_pubmethod StartCopyFromBlobAsync(Uri)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

System_CAPS_pubmethod StartCopyFromBlobAsync(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

System_CAPS_pubmethod StartCopyFromBlobAsync(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

System_CAPS_pubmethod StartCopyFromBlobAsync(Uri, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.

See Also

ICloudBlob Interface
Microsoft.WindowsAzure.Storage.Blob Namespace

Return to top