BatchFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing Batch Account.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(name: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

Use this data source to access information about an existing Batch Application instance.

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

Use this data source to access information about an existing certificate in a Batch Account.

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

Use this data source to access information about an existing Batch pool

suspend fun getPool(argument: suspend GetPoolPlainArgsBuilder.() -> Unit): GetPoolResult
suspend fun getPool(accountName: String, name: String, resourceGroupName: String): GetPoolResult