C#
C++
F#
VB
CloudBlobClient Constructor
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name | Description | |
---|---|---|
CloudBlobClient(StorageUri, StorageCredentials)(StorageUri^, StorageCredentials^)(StorageUri, StorageCredentials)(StorageUri, StorageCredentials) | Initializes a new instance of the CloudBlobClient class using the specified Blob service endpoint and account credentials. | |
CloudBlobClient(Uri)(Uri^)(Uri)(Uri) | Initializes a new instance of the CloudBlobClient class using the specified Blob service endpoint and anonymous credentials. | |
CloudBlobClient(Uri, StorageCredentials)(Uri^, StorageCredentials^)(Uri, StorageCredentials)(Uri, StorageCredentials) | Initializes a new instance of the CloudBlobClient class using the specified Blob service endpoint and account credentials. |