BatchFunctions

Functions

Link copied to clipboard

Contains information about an application in a Batch account. API Version: 2021-01-01.

suspend fun getApplication(accountName: String, applicationName: String, resourceGroupName: String): GetApplicationResult
Link copied to clipboard

An application package which represents a particular version of an application. API Version: 2021-01-01.

suspend fun getApplicationPackage(accountName: String, applicationName: String, resourceGroupName: String, versionName: String): GetApplicationPackageResult
Link copied to clipboard

Contains information about an Azure Batch account. API Version: 2021-01-01.

suspend fun getBatchAccount(accountName: String, resourceGroupName: String): GetBatchAccountResult
Link copied to clipboard

Contains information about a certificate. API Version: 2021-01-01.

suspend fun getCertificate(accountName: String, certificateName: String, resourceGroupName: String): GetCertificateResult
Link copied to clipboard
suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Contains information about a pool. API Version: 2021-01-01.

suspend fun getPool(argument: suspend GetPoolPlainArgsBuilder.() -> Unit): GetPoolResult
suspend fun getPool(accountName: String, poolName: String, resourceGroupName: String): GetPoolResult
Link copied to clipboard

A set of Azure Batch account keys. API Version: 2021-01-01.

suspend fun listBatchAccountKeys(accountName: String, resourceGroupName: String): ListBatchAccountKeysResult