Class RenewCertificateOrderRequest
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.appservice.ProxyOnlyResource
com.microsoft.azure.management.appservice.RenewCertificateOrderRequest
Class representing certificate renew request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncsr()
Get csr to be used for re-key operation.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.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
-
RenewCertificateOrderRequest
public RenewCertificateOrderRequest()
-
-
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 RenewCertificateOrderRequest 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 RenewCertificateOrderRequest 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 RenewCertificateOrderRequest object itself.
-