Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AppServiceCertificateOrderPatchResourceProperties
Packages that use AppServiceCertificateOrderPatchResourceProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of AppServiceCertificateOrderPatchResourceProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AppServiceCertificateOrderPatchResourcePropertiesModifier and TypeMethodDescriptionAppServiceCertificateOrderPatchResourceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppServiceCertificateOrderPatchResourceProperties from the JsonReader.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.withCertificates(Map<String, AppServiceCertificateInner> certificates) Set the certificates property: State of the Key Vault secret.Set the csr property: Last CSR that was created for this order.AppServiceCertificateOrderPatchResourceProperties.withDistinguishedName(String distinguishedName) Set the distinguishedName property: Certificate distinguished name.AppServiceCertificateOrderPatchResourceProperties.withKeySize(Integer keySize) Set the keySize property: Certificate key size.AppServiceCertificateOrderPatchResourceProperties.withProductType(CertificateProductType productType) Set the productType property: Certificate product type.AppServiceCertificateOrderPatchResourceProperties.withValidityInYears(Integer validityInYears) Set the validityInYears property: Duration in years (must be 1).