BatchAccountUpdateProperties interface
The properties of a Batch account.
Properties
| allowed |
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. |
| auto |
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. |
| network |
The network profile only takes effect when publicNetworkAccess is enabled. |
| public |
The network access type for operating on the resources in the Batch 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
networkProfile
The network profile only takes effect when publicNetworkAccess is enabled.
networkProfile?: NetworkProfile
Property Value
publicNetworkAccess
The network access type for operating on the resources in the Batch account.
publicNetworkAccess?: PublicNetworkAccessType