get Certificate
Gets information about the specified certificate. API Version: 2021-01-01.
Return
Contains information about a certificate.
Parameters
argument
null
suspend fun getCertificate(accountName: String, certificateName: String, resourceGroupName: String): GetCertificateResult
Return
Contains information about a certificate.
Parameters
account Name
The name of the Batch account.
certificate Name
The identifier for the certificate. This must be made up of algorithm and thumbprint separated by a dash, and must match the certificate data in the request. For example SHA1-a3d1c5.
resource Group Name
The name of the resource group that contains the Batch account.
See also
suspend fun getCertificate(argument: suspend GetCertificatePlainArgsBuilder.() -> Unit): GetCertificateResult
Return
Contains information about a certificate.
Parameters
argument
Builder for com.pulumi.azurenative.batch.kotlin.inputs.GetCertificatePlainArgs.