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

BatchAccountUpdateParameters 类

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

public class BatchAccountUpdateParameters

用于更新Azure Batch帐户的参数。

方法摘要

修饰符和类型 方法和描述
List<AuthenticationMode> allowedAuthenticationModes()

获取可用于向数据平面进行身份验证的 Batch 帐户允许的身份验证模式列表。 这不会影响使用控制平面进行身份验证。

AutoStorageBaseProperties autoStorage()

获取与自动存储帐户相关的属性。

EncryptionProperties encryption()

获取配置如何在 Batch 帐户中加密客户数据。 默认情况下,使用 Microsoft 托管密钥对帐户进行加密。 对于其他控制,可以改用客户管理的密钥。

BatchAccountIdentity identity()

获取 Batch 帐户的标识。

Map<String, String> tags()

获取与帐户关联的用户指定的标记。

BatchAccountUpdateParameters withAllowedAuthenticationModes(List<AuthenticationMode> allowedAuthenticationModes)

为可用于向数据平面进行身份验证的 Batch 帐户设置允许的身份验证模式列表。 这不会影响使用控制平面进行身份验证。

BatchAccountUpdateParameters withAutoStorage(AutoStorageBaseProperties autoStorage)

设置与自动存储帐户相关的属性。

BatchAccountUpdateParameters withEncryption(EncryptionProperties encryption)

设置 配置如何在 Batch 帐户中加密客户数据。 默认情况下,使用 Microsoft 托管密钥对帐户进行加密。 对于其他控制,可以改用客户管理的密钥。

BatchAccountUpdateParameters withIdentity(BatchAccountIdentity identity)

设置 Batch 帐户的标识。

BatchAccountUpdateParameters withTags(Map<String, String> tags)

设置与帐户关联的用户指定的标记。

方法详细信息

allowedAuthenticationModes

public List allowedAuthenticationModes()

获取可用于向数据平面进行身份验证的 Batch 帐户允许的身份验证模式列表。 这不会影响使用控制平面进行身份验证。

Returns:

allowedAuthenticationModes 值

autoStorage

public AutoStorageBaseProperties autoStorage()

获取与自动存储帐户相关的属性。

Returns:

autoStorage 值

encryption

public EncryptionProperties encryption()

获取配置如何在 Batch 帐户中加密客户数据。 默认情况下,使用 Microsoft 托管密钥对帐户进行加密。 对于其他控制,可以改用客户管理的密钥。

Returns:

加密值

identity

public BatchAccountIdentity identity()

获取 Batch 帐户的标识。

Returns:

标识值

tags

public Map tags()

获取与帐户关联的用户指定的标记。

Returns:

标记值

withAllowedAuthenticationModes

public BatchAccountUpdateParameters withAllowedAuthenticationModes(List allowedAuthenticationModes)

为可用于向数据平面进行身份验证的 Batch 帐户设置允许的身份验证模式列表。 这不会影响使用控制平面进行身份验证。

Parameters:

allowedAuthenticationModes - 要设置的 allowedAuthenticationModes 值

Returns:

BatchAccountUpdateParameters 对象本身。

withAutoStorage

public BatchAccountUpdateParameters withAutoStorage(AutoStorageBaseProperties autoStorage)

设置与自动存储帐户相关的属性。

Parameters:

autoStorage - 要设置的 autoStorage 值

Returns:

BatchAccountUpdateParameters 对象本身。

withEncryption

public BatchAccountUpdateParameters withEncryption(EncryptionProperties encryption)

设置 配置如何在 Batch 帐户中加密客户数据。 默认情况下,使用 Microsoft 托管密钥对帐户进行加密。 对于其他控制,可以改用客户管理的密钥。

Parameters:

encryption - 要设置的加密值

Returns:

BatchAccountUpdateParameters 对象本身。

withIdentity

public BatchAccountUpdateParameters withIdentity(BatchAccountIdentity identity)

设置 Batch 帐户的标识。

Parameters:

identity - 要设置的标识值

Returns:

BatchAccountUpdateParameters 对象本身。

withTags

public BatchAccountUpdateParameters withTags(Map tags)

设置与帐户关联的用户指定的标记。

Parameters:

tags - 要设置的标记值

Returns:

BatchAccountUpdateParameters 对象本身。

适用于