StorageAccountMicrosoftEndpoints interface
The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via a microsoft routing endpoint.
Properties
| blob | Gets the blob endpoint. |
| dfs | Gets the dfs endpoint. |
| file | Gets the file endpoint. |
| 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
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