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. NOTE: This property will not be serialized. It can only be populated by the server. |
dfs | Gets the dfs endpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
file | Gets the file endpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
web | Gets the web endpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
blob
Gets the blob endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
blob?: string
Property Value
string
dfs
Gets the dfs endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
dfs?: string
Property Value
string
file
Gets the file endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
file?: string
Property Value
string
web
Gets the web endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
web?: string
Property Value
string