getCertificate

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

accountName

The name of the Batch account.

certificateName

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.

resourceGroupName

The name of the resource group that contains the Batch account.

See also


Return

Contains information about a certificate.

Parameters

argument

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

See also