CloudStorageAccount.TableStorageUri Property

Definition

Gets the endpoints for the Table service at the primary and secondary location, as configured for the storage account.

public Microsoft.Azure.Storage.StorageUri TableStorageUri { get; }
member this.TableStorageUri : Microsoft.Azure.Storage.StorageUri
Public ReadOnly Property TableStorageUri As StorageUri

Property Value

A StorageUri containing the Table service endpoints.

Applies to