CloudBlockBlob.BeginStartCopyFromBlob Method

 

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

Overload List

Name Description
System_CAPS_pubmethod BeginStartCopyFromBlob(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethod BeginStartCopyFromBlob(CloudBlockBlob, AsyncCallback, Object)

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

System_CAPS_pubmethod BeginStartCopyFromBlob(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethod BeginStartCopyFromBlob(Uri, AsyncCallback, Object)

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

See Also

CloudBlockBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace

Return to top