CloudBlob 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
CloudBlob (CloudBlob)Initializes a new instance of the CloudBlob class based on an existing instance.
CloudBlob (String)Initializes a new instance of the CloudBlob class using an absolute URI to the blob.
CloudBlob (String, CloudBlobClient)Initializes a new instance of the CloudBlob class using a relative URI to the blob.
CloudBlob (String, StorageCredentials)Initializes a new instance of the CloudBlob class using an absolute URI to the blob and a set of credentials.
CloudBlob (String, Nullable, CloudBlobClient)Initializes a new instance of the CloudBlob class using a relative URI to the blob, and the snapshot timestamp, if the blob is a snapshot.
CloudBlob (String, Nullable, StorageCredentials)Initializes a new instance of the CloudBlob class using an absolute URI to the blob, and the snapshot timestamp, if the blob is a snapshot.

See Also