BatchFunctions

Functions

Link copied to clipboard

Gets information about the specified application. Azure REST API version: 2023-05-01. Other available API versions: 2017-09-01.

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

Gets information about the specified application package. Azure REST API version: 2023-05-01. Other available API versions: 2017-09-01.

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

Gets information about the specified Batch account. Azure REST API version: 2023-05-01. Other available API versions: 2017-01-01, 2022-01-01.

suspend fun getBatchAccount(accountName: String, resourceGroupName: String): GetBatchAccountResult
Link copied to clipboard
suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Gets information about the specified pool. Azure REST API version: 2023-05-01. Other available API versions: 2020-05-01.

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

This operation applies only to Batch accounts with allowedAuthenticationModes containing 'SharedKey'. If the Batch account doesn't contain 'SharedKey' in its allowedAuthenticationMode, clients cannot use shared keys to authenticate, and must use another allowedAuthenticationModes instead. In this case, getting the keys will fail. Azure REST API version: 2023-05-01. Other available API versions: 2017-01-01, 2022-01-01.

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