CloudBlockBlob.StartCopyFromBlobAsync Method

Windows Runtime Azure Storage Client Library

Overload List

Name Description
CloudBlockBlob.StartCopyFromBlobAsync (CloudBlockBlob) Requests that the service start to copy an existing blob's contents, properties, and metadata to a new blob.
CloudBlockBlob.StartCopyFromBlobAsync (CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) Requests that the service start to copy a blob's contents, properties, and metadata to a new blob.
CloudBlockBlob.StartCopyFromBlobAsync (Uri) Requests that the service start to copy an existing blob's contents, properties, and metadata to a new blob.
CloudBlockBlob.StartCopyFromBlobAsync (Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) Requests that the service start to copy a blob's contents, properties, and metadata to a new blob.

See Also