get Certificate
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
certificate Id
Identifier of the certificate entity. Must be unique in the current API Management service instance.
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
See also
suspend fun getCertificate(argument: suspend GetCertificatePlainArgsBuilder.() -> Unit): GetCertificateResult
Return
Certificate details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetCertificatePlainArgs.