你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Endpoints interface
用于对公共 Blob、队列、表、Web 或 dfs 对象执行检索的 URI。
属性
blob | 获取 Blob 终结点。 注意:此属性不会被序列化。 它只能由服务器填充。 |
dfs | 获取 dfs 终结点。 注意:此属性不会被序列化。 它只能由服务器填充。 |
file | 获取文件终结点。 注意:此属性不会被序列化。 它只能由服务器填充。 |
internet |
获取 Internet 路由存储终结点 |
microsoft |
获取 Microsoft 路由存储终结点。 |
queue | 获取队列终结点。 注意:此属性不会被序列化。 它只能由服务器填充。 |
table | 获取表终结点。 注意:此属性不会被序列化。 它只能由服务器填充。 |
web | 获取 Web 终结点。 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
blob
获取 Blob 终结点。 注意:此属性不会被序列化。 它只能由服务器填充。
blob?: string
属性值
string
dfs
获取 dfs 终结点。 注意:此属性不会被序列化。 它只能由服务器填充。
dfs?: string
属性值
string
file
获取文件终结点。 注意:此属性不会被序列化。 它只能由服务器填充。
file?: string
属性值
string
internetEndpoints
获取 Internet 路由存储终结点
internetEndpoints?: StorageAccountInternetEndpoints
属性值
microsoftEndpoints
获取 Microsoft 路由存储终结点。
microsoftEndpoints?: StorageAccountMicrosoftEndpoints
属性值
queue
获取队列终结点。 注意:此属性不会被序列化。 它只能由服务器填充。
queue?: string
属性值
string
table
获取表终结点。 注意:此属性不会被序列化。 它只能由服务器填充。
table?: string
属性值
string
web
获取 Web 终结点。 注意:此属性不会被序列化。 它只能由服务器填充。
web?: string
属性值
string