Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RenewCertificateOrderRequestProperties
-
Packages that use RenewCertificateOrderRequestProperties Package Description com.azure.resourcemanager.appservice.fluent.models 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 RenewCertificateOrderRequestProperties Modifier and Type Method Description RenewCertificateOrderRequestPropertiesRenewCertificateOrderRequestProperties. withCsr(String csr)Set the csr property: Csr to be used for re-key operation.RenewCertificateOrderRequestPropertiesRenewCertificateOrderRequestProperties. withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)Set the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external private key and vice versa).RenewCertificateOrderRequestPropertiesRenewCertificateOrderRequestProperties. withKeySize(Integer keySize)Set the keySize property: Certificate Key Size.
-