CloudBlockBlob 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
CloudBlockBlob (String)Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob.
CloudBlockBlob (String, CloudBlobClient)Initializes a new instance of the CloudBlockBlob class using a relative URI to the blob, and a CloudBlobClient object that specifies the endpoint for the Blob service.
CloudBlockBlob (String, StorageCredentials)Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob, and the storage account credentials.
CloudBlockBlob (String, StorageCredentials, Boolean)Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob and the storage account credentials, specifying whether path-style URIs are used.
CloudBlockBlob (String, Boolean)Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob, specifying whether path-style URIs are used.
CloudBlockBlob (String, Nullable, CloudBlobClient)Initializes a new instance of the CloudBlockBlob class using a relative URI to the blob, and a CloudBlobClient object that specifies the endpoint for the Blob service, or snapshot if the blob is a snapshot.

See Also