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

BatchAccountCreateParameters interface

提供给创建操作的参数。

属性

allowedAuthenticationModes

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

autoStorage

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

encryption

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

identity

Batch 帐户的标识。

keyVaultReference

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

location

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

networkProfile

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

poolAllocationMode

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

publicNetworkAccess

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

tags

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

属性详细信息

allowedAuthenticationModes

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

allowedAuthenticationModes?: AuthenticationMode[]

属性值

autoStorage

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

autoStorage?: AutoStorageBaseProperties

属性值

encryption

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

encryption?: EncryptionProperties

属性值

identity

Batch 帐户的标识。

identity?: BatchAccountIdentity

属性值

keyVaultReference

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

keyVaultReference?: KeyVaultReference

属性值

location

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

location: string

属性值

string

networkProfile

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

networkProfile?: NetworkProfile

属性值

poolAllocationMode

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

poolAllocationMode?: PoolAllocationMode

属性值

publicNetworkAccess

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

publicNetworkAccess?: PublicNetworkAccessType

属性值

tags

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

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}