AppServiceCertificateOrderPatchResourceProperties |
AppServiceCertificateOrderPatchResourceProperties.withAutoRenew(Boolean autoRenew) |
Set the autoRenew property: <code>true</code> if the certificate should be automatically renewed when
it expires; otherwise, <code>false</code>.
|
AppServiceCertificateOrderPatchResourceProperties |
AppServiceCertificateOrderPatchResourceProperties.withCertificates(Map<String,AppServiceCertificateInner> certificates) |
Set the certificates property: State of the Key Vault secret.
|
AppServiceCertificateOrderPatchResourceProperties |
AppServiceCertificateOrderPatchResourceProperties.withCsr(String csr) |
Set the csr property: Last CSR that was created for this order.
|
AppServiceCertificateOrderPatchResourceProperties |
AppServiceCertificateOrderPatchResourceProperties.withDistinguishedName(String distinguishedName) |
Set the distinguishedName property: Certificate distinguished name.
|
AppServiceCertificateOrderPatchResourceProperties |
AppServiceCertificateOrderPatchResourceProperties.withKeySize(Integer keySize) |
Set the keySize property: Certificate key size.
|
AppServiceCertificateOrderPatchResourceProperties |
AppServiceCertificateOrderPatchResourceProperties.withProductType(CertificateProductType productType) |
Set the productType property: Certificate product type.
|
AppServiceCertificateOrderPatchResourceProperties |
AppServiceCertificateOrderPatchResourceProperties.withValidityInYears(Integer validityInYears) |
Set the validityInYears property: Duration in years (must be 1).
|