getCertificate

Gets the details of the certificate specified by its identifier. API Version: 2020-12-01.

Return

Certificate details.

Parameters

argument

null


suspend fun getCertificate(certificateId: String, resourceGroupName: String, serviceName: String): GetCertificateResult

Return

Certificate details.

Parameters

certificateId

Identifier of the certificate entity. Must be unique in the current API Management service instance.

resourceGroupName

The name of the resource group.

serviceName

The name of the API Management service.

See also


Return

Certificate details.

Parameters

argument

Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetCertificatePlainArgs.

See also