Uses of Class
com.microsoft.azure.management.appservice.ReissueCertificateOrderRequest
Packages that use ReissueCertificateOrderRequest
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ReissueCertificateOrderRequest in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ReissueCertificateOrderRequestModifier and TypeMethodDescriptionSet csr to be used for re-key operation.ReissueCertificateOrderRequest.withDelayExistingRevokeInHours
(Integer delayExistingRevokeInHours) Set delay in hours to revoke existing certificate after the new certificate is issued.ReissueCertificateOrderRequest.withIsPrivateKeyExternal
(Boolean isPrivateKeyExternal) Set should we change the ASC type (from managed private key to external private key and vice versa).ReissueCertificateOrderRequest.withKeySize
(Integer keySize) Set certificate Key Size.