azure.subscription.batchService.account
Supported platform
- azure
Description
Azure Batch account
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | Batch account ID |
| name | string | Batch account name |
| location | string | Batch account location |
| tags | map[string]string | Batch account tags |
| type | string | Batch account type |
| identity | dict | Batch account identity |
| properties | dict | Batch account properties |
| accountEndpoint | string | Batch account endpoint |
| provisioningState | string | Batch account provisioning state |
| poolAllocationMode | string | Batch account pool allocation mode |
| publicNetworkAccess | string | Batch account public network access level |
| nodeManagementEndpoint | string | Batch account node management endpoint |
| activeJobAndJobScheduleQuota | int | Batch account active job and job schedule quota |
| dedicatedCoreQuota | int | Batch account dedicated core quota |
| dedicatedCoreQuotaPerVmFamilyEnforced | bool | Whether dedicated core quota per VM family is enforced |
| dedicatedCoreQuotaPerVmFamily | []dict | Batch account dedicated core quota per VM family |
| lowPriorityCoreQuota | int | Batch account low priority core quota |
| poolQuota | int | Batch account pool quota |
| allowedAuthenticationModes | []string | Batch account allowed authentication modes |
| autoStorage | dict | Batch account auto storage settings |
| encryption | dict | Batch account encryption settings |
| keyVaultReference | dict | Batch account key vault reference |
| networkProfile | dict | Batch account network profile |
| privateEndpointConnections | []dict | Batch account private endpoint connections |
| pools | []azure.subscription.batchService.account.pool | Batch account pools |
| diagnosticSettings | []azure.subscription.monitorService.diagnosticsetting | Batch account diagnostic settings |