Uses of Class
com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource
Packages that use AppServiceCertificateOrderPatchResource
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AppServiceCertificateOrderPatchResource in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AppServiceCertificateOrderPatchResourceModifier and TypeMethodDescriptionAppServiceCertificateOrderPatchResource.withAutoRenew
(Boolean autoRenew) Set <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>.AppServiceCertificateOrderPatchResource.withCertificates
(Map<String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateInner> certificates) Set state of the Key Vault secret.Set last CSR that was created for this order.AppServiceCertificateOrderPatchResource.withDistinguishedName
(String distinguishedName) Set certificate distinguished name.AppServiceCertificateOrderPatchResource.withKeySize
(Integer keySize) Set certificate key size.AppServiceCertificateOrderPatchResource.withProductType
(CertificateProductType productType) Set certificate product type.AppServiceCertificateOrderPatchResource.withValidityInYears
(Integer validityInYears) Set duration in years (must be between 1 and 3).