BatchAccountCreateOrUpdateContent Class

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Parameters supplied to the Create operation.

C#
public class BatchAccountCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchAccountCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchAccountCreateOrUpdateContent>
C#
public class BatchAccountCreateOrUpdateContent
Inheritance
BatchAccountCreateOrUpdateContent
Implements

Constructors

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. Current supported identity types: None, SystemAssigned, UserAssigned.

KeyVaultReference

A reference to the Azure key vault associated with the Batch account.

Location

The region in which to create the account.

NetworkProfile

The network profile only takes effect when publicNetworkAccess is enabled.

PoolAllocationMode

The pool allocation mode also affects how clients may authenticate to the Batch Service API. If the mode is BatchService, clients may authenticate using access keys or Microsoft Entra ID. If the mode is UserSubscription, clients must use Microsoft Entra ID. The default is BatchService.

PublicNetworkAccess

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

Tags

The user-specified tags associated with the account.

Explicit Interface Implementations

Applies to

Product Versies
Azure SDK for .NET Latest, Preview