get App Service Certificate Order
suspend fun getAppServiceCertificateOrder(argument: GetAppServiceCertificateOrderPlainArgs): GetAppServiceCertificateOrderResult
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
certificate Order Name
Name of the certificate order..
resource Group Name
Name of the resource group to which the resource belongs.
See also
suspend fun getAppServiceCertificateOrder(argument: suspend GetAppServiceCertificateOrderPlainArgsBuilder.() -> Unit): GetAppServiceCertificateOrderResult
Return
SSL certificate purchase order.
Parameters
argument
Builder for com.pulumi.azurenative.certificateregistration.kotlin.inputs.GetAppServiceCertificateOrderPlainArgs.