Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RenewCertificateOrderRequestProperties
Packages that use RenewCertificateOrderRequestProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of RenewCertificateOrderRequestProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RenewCertificateOrderRequestPropertiesModifier and TypeMethodDescriptionRenewCertificateOrderRequestProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RenewCertificateOrderRequestProperties from the JsonReader.Set the csr property: Csr to be used for re-key operation.RenewCertificateOrderRequestProperties.withIsPrivateKeyExternal
(Boolean isPrivateKeyExternal) Set the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external private key and vice versa).RenewCertificateOrderRequestProperties.withKeySize
(Integer keySize) Set the keySize property: Certificate Key Size.