| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ReissueCertificateOrderRequestProperties |
ReissueCertificateOrderRequestProperties.withCsr(String csr)
Set the csr property: Csr to be used for re-key operation.
|
ReissueCertificateOrderRequestProperties |
ReissueCertificateOrderRequestProperties.withDelayExistingRevokeInHours(Integer delayExistingRevokeInHours)
Set the delayExistingRevokeInHours property: Delay in hours to revoke existing certificate after the new
certificate is issued.
|
ReissueCertificateOrderRequestProperties |
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 |
ReissueCertificateOrderRequestProperties.withKeySize(Integer keySize)
Set the keySize property: Certificate Key Size.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.