Get Batch Account Result
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
fun GetBatchAccountResult(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
Properties
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard