ContainerappFunctions

Functions

Link copied to clipboard
suspend fun getApp(argument: GetAppPlainArgs): GetAppResult

Use this data source to access information about an existing Container App.

suspend fun getApp(argument: suspend GetAppPlainArgsBuilder.() -> Unit): GetAppResult
suspend fun getApp(name: String, resourceGroupName: String): GetAppResult
Link copied to clipboard

Use this data source to access information about an existing Container App Environment.

suspend fun getEnvironment(name: String, resourceGroupName: String): GetEnvironmentResult
Link copied to clipboard

Use this data source to access information about an existing Container App Environment Certificate.

suspend fun getEnvironmentCertificate(containerAppEnvironmentId: String, name: String): GetEnvironmentCertificateResult