SalesBuy
1-855-856-7678
Technical SupportSupport
| Name | Description |
|---|---|
| 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. |