getWebAppPublicCertificateSlot

Get the named public certificate for an app (or deployment slot, if specified). API Version: 2020-12-01.

Return

Public certificate object

Parameters

argument

null


suspend fun getWebAppPublicCertificateSlot(name: String, publicCertificateName: String, resourceGroupName: String, slot: String): GetWebAppPublicCertificateSlotResult

Return

Public certificate object

Parameters

name

Name of the app.

publicCertificateName

Public certificate name.

resourceGroupName

Name of the resource group to which the resource belongs.

slot

Name of the deployment slot. If a slot is not specified, the API the named binding for the production slot.

See also


Return

Public certificate object

Parameters

argument

Builder for com.pulumi.azurenative.web.kotlin.inputs.GetWebAppPublicCertificateSlotPlainArgs.

See also