get Certificate
Retrieve the certificate identified by certificate name. API Version: 2019-06-01.
Return
Definition of the certificate.
Parameters
argument
null
suspend fun getCertificate(automationAccountName: String, certificateName: String, resourceGroupName: String): GetCertificateResult
Return
Definition of the certificate.
Parameters
automation Account Name
The name of the automation account.
certificate Name
The name of certificate.
resource Group Name
Name of an Azure Resource group.
See also
suspend fun getCertificate(argument: suspend GetCertificatePlainArgsBuilder.() -> Unit): GetCertificateResult
Return
Definition of the certificate.
Parameters
argument
Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetCertificatePlainArgs.