get Certificate
Returns the certificate. Uses Azure REST API version 2022-04-30-preview. Other available API versions: 2020-04-01, 2022-11-15-preview, 2023-06-30, 2023-06-30-preview.
Return
The X509 Certificate.
Parameters
argument
null
suspend fun getCertificate(certificateName: String, resourceGroupName: String, resourceName: String): GetCertificateResult
Return
The X509 Certificate.
Parameters
certificate Name
The name of the certificate
resource Group Name
The name of the resource group that contains the IoT hub.
resource Name
The name of the IoT hub.
See also
suspend fun getCertificate(argument: suspend GetCertificatePlainArgsBuilder.() -> Unit): GetCertificateResult
Return
The X509 Certificate.
Parameters
argument
Builder for com.pulumi.azurenative.devices.kotlin.inputs.GetCertificatePlainArgs.