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