GetBatchAccountResult

data class GetBatchAccountResult(val accountEndpoint: String, val activeJobAndJobScheduleQuota: Int, val autoStorage: AutoStoragePropertiesResponse, 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 poolAllocationMode: String, val poolQuota: Int, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String, 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, autoStorage: AutoStoragePropertiesResponse, dedicatedCoreQuota: Int, dedicatedCoreQuotaPerVMFamily: List<VirtualMachineFamilyCoreQuotaResponse>, dedicatedCoreQuotaPerVMFamilyEnforced: Boolean, encryption: EncryptionPropertiesResponse, id: String, identity: BatchAccountIdentityResponse? = null, keyVaultReference: KeyVaultReferenceResponse, location: String, lowPriorityCoreQuota: Int, name: String, poolAllocationMode: String, poolQuota: Int, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String, 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

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

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

Batch is transitioning its core quota system for dedicated cores to be enforced per Virtual Machine family. During this transitional phase, the dedicated core quota per Virtual Machine family may not yet be enforced. If this flag is false, dedicated core quota is enforced via the old dedicatedCoreQuota property on the account and does not consider Virtual Machine family. If this flag is true, dedicated core quota is enforced via the dedicatedCoreQuotaPerVMFamily property on the account, and the old dedicatedCoreQuota does not apply.

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 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.