StorageAccountInternetEndpoints interface
The URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a internet routing endpoint.
Properties
| blob | Gets the blob endpoint. |
| dfs | Gets the dfs endpoint. |
| file | Gets the file 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
web
Gets the web endpoint.
web?: string
Property Value
string