Endpoints interface
用于执行公共 Blob、队列、表、Web 或 dfs 对象的检索的 URI。
属性
| blob | 获取 Blob 终结点。 注意:此属性不会序列化。 它只能由服务器填充。 |
| dfs | 获取 dfs 终结点。 注意:此属性不会序列化。 它只能由服务器填充。 |
| file | 获取文件终结点。 注意:此属性不会序列化。 它只能由服务器填充。 |
| internet |
获取 Internet 路由存储终结点 |
| microsoft |
获取 Microsoft 路由存储终结点。 |
| queue | 获取队列终结点。 注意:此属性不会序列化。 它只能由服务器填充。 |
| table | 获取表终结点。 注意:此属性不会序列化。 它只能由服务器填充。 |
| web | 获取 Web 终结点。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
blob
获取 Blob 终结点。 注意:此属性不会序列化。 它只能由服务器填充。
blob?: undefined | string
属性值
undefined | string
dfs
获取 dfs 终结点。 注意:此属性不会序列化。 它只能由服务器填充。
dfs?: undefined | string
属性值
undefined | string
file
获取文件终结点。 注意:此属性不会序列化。 它只能由服务器填充。
file?: undefined | string
属性值
undefined | string
internetEndpoints
获取 Internet 路由存储终结点
internetEndpoints?: StorageAccountInternetEndpoints
属性值
microsoftEndpoints
获取 Microsoft 路由存储终结点。
microsoftEndpoints?: StorageAccountMicrosoftEndpoints
属性值
queue
获取队列终结点。 注意:此属性不会序列化。 它只能由服务器填充。
queue?: undefined | string
属性值
undefined | string
table
获取表终结点。 注意:此属性不会序列化。 它只能由服务器填充。
table?: undefined | string
属性值
undefined | string
web
获取 Web 终结点。 注意:此属性不会序列化。 它只能由服务器填充。
web?: undefined | string
属性值
undefined | string