CloudPageBlob.StartCopyFromBlobAsync Method

 

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

Overload List

Name Description
System_CAPS_pubmethod StartCopyFromBlobAsync(CloudPageBlob)

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

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

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

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

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

System_CAPS_pubmethod StartCopyFromBlobAsync(CloudPageBlob, CancellationToken)

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

System_CAPS_pubmethod StartCopyFromBlobAsync(Uri)

Obsolete. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

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

Obsolete. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

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

Obsolete. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethod StartCopyFromBlobAsync(Uri, CancellationToken)

Obsolete. Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

See Also

CloudPageBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace

Return to top