| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RenewCertificateOrderRequestProperties |
RenewCertificateOrderRequestProperties.withCsr(String csr)
Set the csr property: Csr to be used for re-key operation.
|
RenewCertificateOrderRequestProperties |
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 |
RenewCertificateOrderRequestProperties.withKeySize(Integer keySize)
Set the keySize property: Certificate Key Size.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.