Class ReissueCertificateOrderRequest
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.appservice.ProxyOnlyResource
com.microsoft.azure.management.appservice.ReissueCertificateOrderRequest
Class representing certificate reissue request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncsr()
Get csr to be used for re-key operation.Get delay in hours to revoke existing certificate after the new certificate is issued.Get should we change the ASC type (from managed private key to external private key and vice versa).keySize()
Get certificate Key Size.Set csr to be used for re-key operation.withDelayExistingRevokeInHours
(Integer delayExistingRevokeInHours) Set delay in hours to revoke existing certificate after the new certificate is issued.withIsPrivateKeyExternal
(Boolean isPrivateKeyExternal) Set should we change the ASC type (from managed private key to external private key and vice versa).withKeySize
(Integer keySize) Set certificate Key Size.Methods inherited from class com.microsoft.azure.management.appservice.ProxyOnlyResource
kind, withKind
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
ReissueCertificateOrderRequest
public ReissueCertificateOrderRequest()
-
-
Method Details
-
keySize
Get certificate Key Size.- Returns:
- the keySize value
-
withKeySize
Set certificate Key Size.- Parameters:
keySize
- the keySize value to set- Returns:
- the ReissueCertificateOrderRequest object itself.
-
delayExistingRevokeInHours
Get delay in hours to revoke existing certificate after the new certificate is issued.- Returns:
- the delayExistingRevokeInHours value
-
withDelayExistingRevokeInHours
public ReissueCertificateOrderRequest withDelayExistingRevokeInHours(Integer delayExistingRevokeInHours) Set delay in hours to revoke existing certificate after the new certificate is issued.- Parameters:
delayExistingRevokeInHours
- the delayExistingRevokeInHours value to set- Returns:
- the ReissueCertificateOrderRequest object itself.
-
csr
Get csr to be used for re-key operation.- Returns:
- the csr value
-
withCsr
Set csr to be used for re-key operation.- Parameters:
csr
- the csr value to set- Returns:
- the ReissueCertificateOrderRequest object itself.
-
isPrivateKeyExternal
Get should we change the ASC type (from managed private key to external private key and vice versa).- Returns:
- the isPrivateKeyExternal value
-
withIsPrivateKeyExternal
Set should we change the ASC type (from managed private key to external private key and vice versa).- Parameters:
isPrivateKeyExternal
- the isPrivateKeyExternal value to set- Returns:
- the ReissueCertificateOrderRequest object itself.
-