CloudPageBlob.StartCopyFromBlobAsync Method

Windows Runtime Azure Storage Client Library

Overload List

Name Description
CloudPageBlob.StartCopyFromBlobAsync (CloudPageBlob) Requests that the service start to copy an existing blob's contents, properties, and metadata to a new blob.
CloudPageBlob.StartCopyFromBlobAsync (CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) Requests that the service start to copy a blob's contents, properties, and metadata to a new blob.
CloudPageBlob.StartCopyFromBlobAsync (Uri) Requests that the service start to copy an existing blob's contents, properties, and metadata to a new blob.
CloudPageBlob.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