CloudQueueClient.StorageUri Property (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueueClient.StorageUri Property
CloudQueueClient::StorageUri Property
CloudQueueClient.StorageUri Property
CloudQueueClient.StorageUri Property
Gets the Queue service endpoints for both the primary and secondary locations.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
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 Queue service URIs for both the primary and secondary locations.
Return to top
Gets the Queue 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 Queue service URIs for both the primary and secondary locations.