Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ReissueCertificateOrderRequestProperties
Packages that use ReissueCertificateOrderRequestProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of ReissueCertificateOrderRequestProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ReissueCertificateOrderRequestPropertiesModifier and TypeMethodDescriptionReissueCertificateOrderRequestProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ReissueCertificateOrderRequestProperties from the JsonReader.Set the csr property: Csr to be used for re-key operation.ReissueCertificateOrderRequestProperties.withDelayExistingRevokeInHours
(Integer delayExistingRevokeInHours) Set the delayExistingRevokeInHours property: Delay in hours to revoke existing certificate after the new certificate is issued.ReissueCertificateOrderRequestProperties.withIsPrivateKeyExternal
(Boolean isPrivateKeyExternal) Set the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external private key and vice versa).ReissueCertificateOrderRequestProperties.withKeySize
(Integer keySize) Set the keySize property: Certificate Key Size.