C#
C++
F#
VB
CloudStorageAccount.QueueStorageUri Property
CloudStorageAccount::QueueStorageUri Property
CloudStorageAccount.QueueStorageUri Property
CloudStorageAccount.QueueStorageUri Property
Gets the endpoints for the Queue service at the primary and secondary location, as configured for the storage account.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property StorageUri^ QueueStorageUri { StorageUri^ get(); private: void set(StorageUri^ value); }
Property Value
Type: Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUriA StorageUri containing the Queue service endpoints.