CloudBlobClient.StorageUri Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobClient.StorageUri Property
CloudBlobClient::StorageUri Property
CloudBlobClient.StorageUri Property
CloudBlobClient.StorageUri Property
Gets the Blob service endpoints for both the primary and secondary locations.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property StorageUri^ StorageUri {
StorageUri^ get();
private: void set(StorageUri^ value);
}
Property Value
Type:
Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUriAn object of type StorageUriStorageUriStorageUriStorageUri containing Blob service URIs for both the primary and secondary locations.
Return to top
Gets the Blob service endpoints for both the primary and secondary locations.
Syntax
C++
public: property StorageUri^ StorageUri { StorageUri^ get(); private: void set(StorageUri^ value); }
Property Value
Type: Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUriAn object of type StorageUriStorageUriStorageUriStorageUri containing Blob service URIs for both the primary and secondary locations.