CloudBlob.BeginCreateSnapshot 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 create a snapshot of the blob.Working with Snapshots

Overload List

NameDescription
CloudBlob.BeginCreateSnapshot (BlobRequestOptions, AsyncCallback, Object)Begins an asynchronous operation to create a snapshot of the blob, using a conditional request based on the BlobRequestOptions that you specify.
CloudBlob.BeginCreateSnapshot (AsyncCallback, Object)Begins an asynchronous operation to create a snapshot of the blob.
CloudBlob.BeginCreateSnapshot (NameValueCollection, BlobRequestOptions, AsyncCallback, Object)Begins an asynchronous operation to create a snapshot of the blob, adding metadata to it that you specify, and using a conditional request based on the BlobRequestOptions that you specify.

See Also