Endpoints interface

The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object.

Properties

blob

Gets the blob endpoint.

dfs

Gets the dfs endpoint.

file

Gets the file endpoint.

internetEndpoints

Gets the internet routing storage endpoints

ipv6Endpoints

Gets the IPv6 storage endpoints.

microsoftEndpoints

Gets the microsoft routing storage endpoints.

queue

Gets the queue endpoint.

table

Gets the table endpoint.

web

Gets the web endpoint.

Property Details

blob

Gets the blob endpoint.

blob?: string

Property Value

string

dfs

Gets the dfs endpoint.

dfs?: string

Property Value

string

file

Gets the file endpoint.

file?: string

Property Value

string

internetEndpoints

Gets the internet routing storage endpoints

internetEndpoints?: StorageAccountInternetEndpoints

Property Value

ipv6Endpoints

Gets the IPv6 storage endpoints.

ipv6Endpoints?: StorageAccountIpv6Endpoints

Property Value

microsoftEndpoints

Gets the microsoft routing storage endpoints.

microsoftEndpoints?: StorageAccountMicrosoftEndpoints

Property Value

queue

Gets the queue endpoint.

queue?: string

Property Value

string

table

Gets the table endpoint.

table?: string

Property Value

string

web

Gets the web endpoint.

web?: string

Property Value

string