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