Batch Functions
object BatchFunctions
Functions
Link copied to clipboard
Gets information about the specified application. API Version: 2021-01-01.
suspend fun getApplication(argument: suspend GetApplicationPlainArgsBuilder.() -> Unit): GetApplicationResult
suspend fun getApplication(accountName: String, applicationName: String, resourceGroupName: String): GetApplicationResult
Link copied to clipboard
suspend fun getApplicationPackage(argument: GetApplicationPackagePlainArgs): GetApplicationPackageResult
Gets information about the specified application package. API Version: 2021-01-01.
suspend fun getApplicationPackage(argument: suspend GetApplicationPackagePlainArgsBuilder.() -> Unit): GetApplicationPackageResult
suspend fun getApplicationPackage(accountName: String, applicationName: String, resourceGroupName: String, versionName: String): GetApplicationPackageResult
Link copied to clipboard
Gets information about the specified Batch account. API Version: 2021-01-01.
suspend fun getBatchAccount(argument: suspend GetBatchAccountPlainArgsBuilder.() -> Unit): GetBatchAccountResult
Link copied to clipboard
Gets information about the specified certificate. API Version: 2021-01-01.
suspend fun getCertificate(argument: suspend GetCertificatePlainArgsBuilder.() -> Unit): GetCertificateResult
suspend fun getCertificate(accountName: String, certificateName: String, resourceGroupName: String): GetCertificateResult
Link copied to clipboard
Gets information about the specified pool. API Version: 2021-01-01.
suspend fun getPool(accountName: String, poolName: String, resourceGroupName: String): GetPoolResult
Link copied to clipboard
suspend fun listBatchAccountKeys(argument: ListBatchAccountKeysPlainArgs): ListBatchAccountKeysResult
This operation applies only to Batch accounts created with a poolAllocationMode of 'BatchService'. If the Batch account was created with a poolAllocationMode of 'UserSubscription', clients cannot use access to keys to authenticate, and must use Azure Active Directory instead. In this case, getting the keys will fail. API Version: 2021-01-01.
suspend fun listBatchAccountKeys(argument: suspend ListBatchAccountKeysPlainArgsBuilder.() -> Unit): ListBatchAccountKeysResult
suspend fun listBatchAccountKeys(accountName: String, resourceGroupName: String): ListBatchAccountKeysResult