CloudBlobClient Constructor (Uri) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobClient Constructor (Uri)(Uri^)(Uri)(Uri)
Initializes a new instance of the CloudBlobClient class using the specified Blob service endpoint and anonymous credentials.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Parameters
- baseUri
-
Type:
System.UriSystem::Uri^System.UriSystem.Uri
A Uri object containing the Blob service endpoint to use to create the client.
Return to top
Initializes a new instance of the CloudBlobClient class using the specified Blob service endpoint and anonymous credentials.
Syntax
Parameters
- baseUri
-
Type:
System.UriSystem::Uri^System.UriSystem.Uri
A Uri object containing the Blob service endpoint to use to create the client.