Get Batch Account Result
data class GetBatchAccountResult(val accountEndpoint: String, val activeJobAndJobScheduleQuota: Int, val allowedAuthenticationModes: List<String>, 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 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
fun GetBatchAccountResult(accountEndpoint: String, activeJobAndJobScheduleQuota: Int, allowedAuthenticationModes: List<String>, autoStorage: AutoStoragePropertiesResponse, 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
Properties
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard