Batch Functions
object BatchFunctions
Functions
Link copied to clipboard
Use this data source to access information about an existing Batch Account.
suspend fun getAccount(encryption: GetAccountEncryption? = null, 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(argument: suspend GetApplicationPlainArgsBuilder.() -> Unit): GetApplicationResult
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(argument: suspend GetCertificatePlainArgsBuilder.() -> Unit): GetCertificateResult
suspend fun getCertificate(accountName: String, name: String, resourceGroupName: String): GetCertificateResult
Link copied to clipboard
Use this data source to access information about an existing Batch pool