CloudBlob.BeginCopyFromBlob Method
Begins an asynchronous operation to copy another blob's contents, properties, and metadata to the blob referenced by this CloudBlob object.
| Name | Description |
|---|---|
| CloudBlob.BeginCopyFromBlob (CloudBlob, BlobRequestOptions, AsyncCallback, Object) | Begins an asynchronous operation to copy another blob's contents, properties, and metadata to the blob referenced by this CloudBlob object. |
| CloudBlob.BeginCopyFromBlob (CloudBlob, AsyncCallback, Object) | Begins an asynchronous operation to copy a blob's contents, properties, and metadata to a new blob. |