getAppServiceCertificateOrder

Description for Get a certificate order. Uses Azure REST API version 2024-04-01. Other available API versions: 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native certificateregistration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

SSL certificate purchase order.

Parameters

argument

null


suspend fun getAppServiceCertificateOrder(certificateOrderName: String, resourceGroupName: String): GetAppServiceCertificateOrderResult

Return

SSL certificate purchase order.

Parameters

certificateOrderName

Name of the certificate order..

resourceGroupName

Name of the resource group to which the resource belongs.

See also


Return

SSL certificate purchase order.

Parameters

argument

Builder for com.pulumi.azurenative.certificateregistration.kotlin.inputs.GetAppServiceCertificateOrderPlainArgs.

See also