C#
C++
F#
VB
CloudStorageAccount.TableStorageUri Property
CloudStorageAccount::TableStorageUri Property
CloudStorageAccount.TableStorageUri Property
CloudStorageAccount.TableStorageUri Property
Gets the endpoints for the Table 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^ TableStorageUri { 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 Table service endpoints.