BatchAccountUpdateParameters interface

Parameters for updating an Azure Batch account.

Properties

allowedAuthenticationModes

List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane.

autoStorage

The properties related to the auto-storage account.

encryption

Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.

identity

The identity of the Batch account.

networkProfile

The network profile only takes effect when publicNetworkAccess is enabled.

publicNetworkAccess

If not specified, the default value is 'enabled'.

tags

The user-specified tags associated with the account.

Property Details

allowedAuthenticationModes

List of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane.

allowedAuthenticationModes?: AuthenticationMode[]

Property Value

autoStorage

The properties related to the auto-storage account.

autoStorage?: AutoStorageBaseProperties

Property Value

encryption

Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.

encryption?: EncryptionProperties

Property Value

identity

The identity of the Batch account.

identity?: BatchAccountIdentity

Property Value

networkProfile

The network profile only takes effect when publicNetworkAccess is enabled.

networkProfile?: NetworkProfile

Property Value

publicNetworkAccess

If not specified, the default value is 'enabled'.

publicNetworkAccess?: PublicNetworkAccessType

Property Value

tags

The user-specified tags associated with the account.

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

Property Value

{[propertyName: string]: string}