App Service Certificate Order Args
data class AppServiceCertificateOrderArgs(val autoRenew: Output<Boolean>? = null, val certificateOrderName: Output<String>? = null, val certificates: Output<Map<String, AppServiceCertificateArgs>>? = null, val csr: Output<String>? = null, val distinguishedName: Output<String>? = null, val keySize: Output<Int>? = null, val kind: Output<String>? = null, val location: Output<String>? = null, val productType: Output<CertificateProductType>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val validityInYears: Output<Int>? = null) : ConvertibleToJava<AppServiceCertificateOrderArgs>
SSL certificate purchase order. API Version: 2020-10-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:certificateregistration:AppServiceCertificateOrder myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}
Content copied to clipboard
Constructors
Link copied to clipboard
fun AppServiceCertificateOrderArgs(autoRenew: Output<Boolean>? = null, certificateOrderName: Output<String>? = null, certificates: Output<Map<String, AppServiceCertificateArgs>>? = null, csr: Output<String>? = null, distinguishedName: Output<String>? = null, keySize: Output<Int>? = null, kind: Output<String>? = null, location: Output<String>? = null, productType: Output<CertificateProductType>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, validityInYears: Output<Int>? = null)