C#
C++
F#
VB
CloudBlobDirectory.StorageUri Property
CloudBlobDirectory::StorageUri Property
CloudBlobDirectory.StorageUri Property
CloudBlobDirectory.StorageUri Property
Gets the blob directory's URIs for both the primary and secondary locations.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property StorageUri^ StorageUri { virtual StorageUri^ get() sealed; private: virtual void set(StorageUri^ value) sealed; }
abstract StorageUri : StorageUri with get, private set override StorageUri : StorageUri with get, private set
Property Value
Type: Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUriAn object of type StorageUriStorageUriStorageUriStorageUri containing the blob directory's URIs for both the primary and secondary locations.