GetBatchAccountResult

data class GetBatchAccountResult(val accountEndpoint: String, val activeJobAndJobScheduleQuota: Int, val allowedAuthenticationModes: List<String>, val autoStorage: AutoStoragePropertiesResponse, val azureApiVersion: String, val dedicatedCoreQuota: Int, val dedicatedCoreQuotaPerVMFamily: List<VirtualMachineFamilyCoreQuotaResponse>, val dedicatedCoreQuotaPerVMFamilyEnforced: Boolean, val encryption: EncryptionPropertiesResponse, val id: String, val identity: BatchAccountIdentityResponse? = null, val keyVaultReference: KeyVaultReferenceResponse, val location: String, val lowPriorityCoreQuota: Int, val name: String, val networkProfile: NetworkProfileResponse? = null, val nodeManagementEndpoint: String, val poolAllocationMode: String, val poolQuota: Int, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val tags: Map<String, String>, val type: String)

Contains information about an Azure Batch account.

Constructors

Link copied to clipboard
constructor(accountEndpoint: String, activeJobAndJobScheduleQuota: Int, allowedAuthenticationModes: List<String>, autoStorage: AutoStoragePropertiesResponse, azureApiVersion: String, dedicatedCoreQuota: Int, dedicatedCoreQuotaPerVMFamily: List<VirtualMachineFamilyCoreQuotaResponse>, dedicatedCoreQuotaPerVMFamilyEnforced: Boolean, encryption: EncryptionPropertiesResponse, id: String, identity: BatchAccountIdentityResponse? = null, keyVaultReference: KeyVaultReferenceResponse, location: String, lowPriorityCoreQuota: Int, name: String, networkProfile: NetworkProfileResponse? = null, nodeManagementEndpoint: String, poolAllocationMode: String, poolQuota: Int, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, tags: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account endpoint used to interact with the Batch service.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
val id: String

The ID of the resource.

Link copied to clipboard

The identity of the Batch account.

Link copied to clipboard

Identifies the Azure key vault associated with a Batch account.

Link copied to clipboard

The location of the resource.

Link copied to clipboard

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

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The network profile only takes effect when publicNetworkAccess is enabled.

Link copied to clipboard

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

Link copied to clipboard

The allocation mode for creating pools in the Batch account.

Link copied to clipboard
Link copied to clipboard

List of private endpoint connections associated with the Batch account

Link copied to clipboard

The provisioned state of the resource

Link copied to clipboard

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

Link copied to clipboard

The tags of the resource.

Link copied to clipboard

The type of the resource.