CloudPageBlob Constructor

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

Overload List

NameDescription
CloudPageBlob (CloudBlob)Initializes a new instance of the CloudPageBlob class based on an existing CloudBlob object.
CloudPageBlob (String)Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.
CloudPageBlob (String, CloudBlobClient)Initializes a new instance of the CloudPageBlob class using a relative URI to the blob.
CloudPageBlob (String, StorageCredentials)Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob, and the storage account credentials.
CloudPageBlob (String, Nullable, CloudBlobClient)Initializes a new instance of the CloudPageBlob class using a relative URI to the blob, or to the snapshot if the blob is a snapshot.

See Also