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

Overload List

NameDescription
CloudBlobClient.GetPageBlobReference (String)Returns a reference to a CloudPageBlob object with the specified address.
CloudBlobClient.GetPageBlobReference (String, Nullable)Returns a reference to a CloudPageBlob object with the specified address, and with the specified snapshot timestamp, if the blob is a snapshot.

See Also