get Managed Certificate
suspend fun getManagedCertificate(argument: GetManagedCertificatePlainArgs): GetManagedCertificateResult
Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment Azure REST API version: 2023-04-01-preview. Other available API versions: 2023-05-01, 2023-05-02-preview.
Return
Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment
Parameters
argument
null
suspend fun getManagedCertificate(environmentName: String, managedCertificateName: String, resourceGroupName: String): GetManagedCertificateResult
Return
Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment
See also
Parameters
environment Name
Name of the Managed Environment.
managed Certificate Name
Name of the Managed Certificate.
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getManagedCertificate(argument: suspend GetManagedCertificatePlainArgsBuilder.() -> Unit): GetManagedCertificateResult
Return
Managed certificates used for Custom Domain bindings of Container Apps in a Managed Environment
See also
Parameters
argument
Builder for com.pulumi.azurenative.app.kotlin.inputs.GetManagedCertificatePlainArgs.