CloudBlobClient.GetBlobReference 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.GetBlobReference (String)Returns a reference to a CloudBlob with the specified address.
CloudBlobClient.GetBlobReference (String, Nullable)Returns a reference to a blob with the specified address, and with the specified snapshot timestamp, if the blob is a snapshot.

See Also