Share via


BatchAccountProperties interface

Account specific properties.

Properties

accountEndpoint

The account endpoint used to interact with the Batch service.

activeJobAndJobScheduleQuota

The active job and job schedule quota for the Batch account.

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

Contains information about the auto-storage account associated with a Batch account.

dedicatedCoreQuota

For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.

dedicatedCoreQuotaPerVMFamily

A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.

dedicatedCoreQuotaPerVMFamilyEnforced

If this flag is true, dedicated core quota is enforced via both the dedicatedCoreQuotaPerVMFamily and dedicatedCoreQuota properties on the account. If this flag is false, dedicated core quota is enforced only via the dedicatedCoreQuota property on the account and does not consider Virtual Machine family.

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.

keyVaultReference

Identifies the Azure key vault associated with a Batch account.

lowPriorityCoreQuota

For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.

networkProfile

The network profile only takes effect when publicNetworkAccess is enabled.

nodeManagementEndpoint

The endpoint used by compute node to connect to the Batch node management service.

poolAllocationMode

The allocation mode for creating pools in the Batch account.

poolQuota

The pool quota for the Batch account.

privateEndpointConnections

List of private endpoint connections associated with the Batch account

provisioningState

The provisioned state of the resource

publicNetworkAccess

The network access type for operating on the resources in the Batch account.

Property Details

accountEndpoint

The account endpoint used to interact with the Batch service.

accountEndpoint?: string

Property Value

string

activeJobAndJobScheduleQuota

The active job and job schedule quota for the Batch account.

activeJobAndJobScheduleQuota?: number

Property Value

number

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

Contains information about the auto-storage account associated with a Batch account.

autoStorage?: AutoStorageProperties

Property Value

dedicatedCoreQuota

For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.

dedicatedCoreQuota?: number

Property Value

number

dedicatedCoreQuotaPerVMFamily

A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.

dedicatedCoreQuotaPerVMFamily?: VirtualMachineFamilyCoreQuota[]

Property Value

dedicatedCoreQuotaPerVMFamilyEnforced

If this flag is true, dedicated core quota is enforced via both the dedicatedCoreQuotaPerVMFamily and dedicatedCoreQuota properties on the account. If this flag is false, dedicated core quota is enforced only via the dedicatedCoreQuota property on the account and does not consider Virtual Machine family.

dedicatedCoreQuotaPerVMFamilyEnforced?: boolean

Property Value

boolean

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

keyVaultReference

Identifies the Azure key vault associated with a Batch account.

keyVaultReference?: KeyVaultReference

Property Value

lowPriorityCoreQuota

For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.

lowPriorityCoreQuota?: number

Property Value

number

networkProfile

The network profile only takes effect when publicNetworkAccess is enabled.

networkProfile?: NetworkProfile

Property Value

nodeManagementEndpoint

The endpoint used by compute node to connect to the Batch node management service.

nodeManagementEndpoint?: string

Property Value

string

poolAllocationMode

The allocation mode for creating pools in the Batch account.

poolAllocationMode?: PoolAllocationMode

Property Value

poolQuota

The pool quota for the Batch account.

poolQuota?: number

Property Value

number

privateEndpointConnections

List of private endpoint connections associated with the Batch account

privateEndpointConnections?: PrivateEndpointConnection[]

Property Value

provisioningState

The provisioned state of the resource

provisioningState?: ProvisioningState

Property Value

publicNetworkAccess

The network access type for operating on the resources in the Batch account.

publicNetworkAccess?: PublicNetworkAccessType

Property Value