CloudBlob.BeginCopyFromBlob Method

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Begins an asynchronous operation to copy another blob's contents, properties, and metadata to the blob referenced by this CloudBlob object.

Overload List

NameDescription
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.

See Also