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

BatchAccountCreateOrUpdateContent 类

定义

提供给创建操作的参数。

public class BatchAccountCreateOrUpdateContent
type BatchAccountCreateOrUpdateContent = class
Public Class BatchAccountCreateOrUpdateContent
继承
BatchAccountCreateOrUpdateContent

构造函数

BatchAccountCreateOrUpdateContent(AzureLocation)

初始化 BatchAccountCreateOrUpdateContent 的新实例。

属性

AllowedAuthenticationModes

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

AutoStorage

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

Encryption

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

Identity

Batch 帐户的标识。 当前支持的标识类型:None、SystemAssigned、UserAssigned。

KeyVaultReference

对与 Batch 帐户关联的 Azure 密钥保管库的引用。

Location

要在其中创建帐户的区域。

NetworkProfile

仅当启用 publicNetworkAccess 时,网络配置文件才会生效。

PoolAllocationMode

池分配模式还会影响客户端向 Batch 服务 API 进行身份验证的方式。 如果模式为 BatchService,则客户端可以使用访问密钥或 Azure Active Directory 进行身份验证。 如果模式为 UserSubscription,则客户端必须使用 Azure Active Directory。 默认值为 BatchService。

PublicNetworkAccess

如果未指定,则默认值为“enabled”。

Tags

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

适用于