你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Endpoints 类
- java.
lang. Object - com.
azure. resourcemanager. storage. models. Endpoints
- com.
public final class Endpoints
用于对公共 Blob、队列、表、Web 或 dfs 对象执行检索的 URI。
构造函数摘要
构造函数 | 说明 |
---|---|
Endpoints() |
创建 Endpoints 类的实例。 |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
blob()
获取 blob 属性:获取 Blob 终结点。 |
String |
dfs()
获取 dfs 属性:获取 dfs 终结点。 |
String |
file()
获取文件属性:获取文件终结点。 |
Storage |
internetEndpoints()
获取 Internet |
Storage |
microsoftEndpoints()
获取 microsoft |
String |
queue()
获取队列属性:获取队列终结点。 |
String |
table()
获取表属性:获取表终结点。 |
void |
validate()
验证 实例。 |
String |
web()
获取 Web 属性:获取 Web 终结点。 |
Endpoints |
withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
设置 Internet |
Endpoints |
withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)
设置 microsoft |
方法继承自 java.lang.Object
构造函数详细信息
Endpoints
public Endpoints()
创建 Endpoints 类的实例。
方法详细信息
blob
public String blob()
获取 blob 属性:获取 Blob 终结点。
Returns:
dfs
public String dfs()
获取 dfs 属性:获取 dfs 终结点。
Returns:
file
public String file()
获取文件属性:获取文件终结点。
Returns:
internetEndpoints
public StorageAccountInternetEndpoints internetEndpoints()
获取 internetEndpoints 属性:获取 Internet 路由存储终结点。
Returns:
microsoftEndpoints
public StorageAccountMicrosoftEndpoints microsoftEndpoints()
获取 microsoftEndpoints 属性:获取 Microsoft 路由存储终结点。
Returns:
queue
public String queue()
获取队列属性:获取队列终结点。
Returns:
table
public String table()
获取表属性:获取表终结点。
Returns:
validate
public void validate()
验证 实例。
web
public String web()
获取 Web 属性:获取 Web 终结点。
Returns:
withInternetEndpoints
public Endpoints withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
设置 internetEndpoints 属性:获取 Internet 路由存储终结点。
Parameters:
Returns:
withMicrosoftEndpoints
public Endpoints withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)
设置 microsoftEndpoints 属性:获取 Microsoft 路由存储终结点。
Parameters:
Returns: