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

KeyVaultReference 类

  • java.lang.Object
    • com.microsoft.azure.management.batch.KeyVaultReference

public class KeyVaultReference

标识与 Batch 帐户关联的 Azure 密钥保管库。

方法摘要

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

获取与 Batch 帐户关联的 Azure 密钥保管库的资源 ID。

String url()

获取与 Batch 帐户关联的 Azure 密钥保管库的 URL。

KeyVaultReference withId(String id)

设置与 Batch 帐户关联的 Azure 密钥保管库的资源 ID。

KeyVaultReference withUrl(String url)

设置与 Batch 帐户关联的 Azure 密钥保管库的 URL。

方法详细信息

id

public String id()

获取与 Batch 帐户关联的 Azure 密钥保管库的资源 ID。

Returns:

id 值

url

public String url()

获取与 Batch 帐户关联的 Azure 密钥保管库的 URL。

Returns:

url 值

withId

public KeyVaultReference withId(String id)

设置与 Batch 帐户关联的 Azure 密钥保管库的资源 ID。

Parameters:

id - 要设置的 id 值

Returns:

KeyVaultReference 对象本身。

withUrl

public KeyVaultReference withUrl(String url)

设置与 Batch 帐户关联的 Azure 密钥保管库的 URL。

Parameters:

url - 要设置的 URL 值

Returns:

KeyVaultReference 对象本身。

适用于