你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Endpoints 类

  • java.lang.Object
    • com.azure.resourcemanager.storage.models.Endpoints

public final class Endpoints

用于对公共 Blob、队列、表、Web 或 dfs 对象执行检索的 URI。

构造函数摘要

构造函数 说明
Endpoints()

创建 Endpoints 类的实例。

方法摘要

修饰符和类型 方法和描述
String blob()

获取 blob 属性:获取 Blob 终结点。

String dfs()

获取 dfs 属性:获取 dfs 终结点。

String file()

获取文件属性:获取文件终结点。

StorageAccountInternetEndpoints internetEndpoints()

获取 Internet终结点属性:获取 Internet 路由存储终结点。

StorageAccountMicrosoftEndpoints microsoftEndpoints()

获取 microsoftEndpoints 属性:获取 Microsoft 路由存储终结点。

String queue()

获取队列属性:获取队列终结点。

String table()

获取表属性:获取表终结点。

void validate()

验证 实例。

String web()

获取 Web 属性:获取 Web 终结点。

Endpoints withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)

设置 Internet终结点属性:获取 Internet 路由存储终结点。

Endpoints withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)

设置 microsoftEndpoints 属性:获取 microsoft 路由存储终结点。

方法继承自 java.lang.Object

构造函数详细信息

Endpoints

public Endpoints()

创建 Endpoints 类的实例。

方法详细信息

blob

public String blob()

获取 blob 属性:获取 Blob 终结点。

Returns:

blob 值。

dfs

public String dfs()

获取 dfs 属性:获取 dfs 终结点。

Returns:

dfs 值。

file

public String file()

获取文件属性:获取文件终结点。

Returns:

文件值。

internetEndpoints

public StorageAccountInternetEndpoints internetEndpoints()

获取 internetEndpoints 属性:获取 Internet 路由存储终结点。

Returns:

internetEndpoints 值。

microsoftEndpoints

public StorageAccountMicrosoftEndpoints microsoftEndpoints()

获取 microsoftEndpoints 属性:获取 Microsoft 路由存储终结点。

Returns:

microsoftEndpoints 值。

queue

public String queue()

获取队列属性:获取队列终结点。

Returns:

队列值。

table

public String table()

获取表属性:获取表终结点。

Returns:

表值。

validate

public void validate()

验证 实例。

web

public String web()

获取 Web 属性:获取 Web 终结点。

Returns:

web 值。

withInternetEndpoints

public Endpoints withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)

设置 internetEndpoints 属性:获取 Internet 路由存储终结点。

Parameters:

internetEndpoints - 要设置的 internetEndpoints 值。

Returns:

Endpoints 对象本身。

withMicrosoftEndpoints

public Endpoints withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)

设置 microsoftEndpoints 属性:获取 Microsoft 路由存储终结点。

Parameters:

microsoftEndpoints - 要设置的 microsoftEndpoints 值。

Returns:

Endpoints 对象本身。

适用于