public class ReissueCertificateOrderRequest extends ProxyOnlyResource
| Constructor and Description |
|---|
ReissueCertificateOrderRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
csr()
Get the csr property: Csr to be used for re-key operation.
|
Integer |
delayExistingRevokeInHours()
Get the delayExistingRevokeInHours property: Delay in hours to revoke existing certificate after the new
certificate is issued.
|
Boolean |
isPrivateKeyExternal()
Get the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external
private key and vice versa).
|
Integer |
keySize()
Get the keySize property: Certificate Key Size.
|
void |
validate()
Validates the instance.
|
ReissueCertificateOrderRequest |
withCsr(String csr)
Set the csr property: Csr to be used for re-key operation.
|
ReissueCertificateOrderRequest |
withDelayExistingRevokeInHours(Integer delayExistingRevokeInHours)
Set the delayExistingRevokeInHours property: Delay in hours to revoke existing certificate after the new
certificate is issued.
|
ReissueCertificateOrderRequest |
withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)
Set the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external
private key and vice versa).
|
ReissueCertificateOrderRequest |
withKeySize(Integer keySize)
Set the keySize property: Certificate Key Size.
|
ReissueCertificateOrderRequest |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic Integer keySize()
public ReissueCertificateOrderRequest withKeySize(Integer keySize)
keySize - the keySize value to set.public Integer delayExistingRevokeInHours()
public ReissueCertificateOrderRequest withDelayExistingRevokeInHours(Integer delayExistingRevokeInHours)
delayExistingRevokeInHours - the delayExistingRevokeInHours value to set.public String csr()
public ReissueCertificateOrderRequest withCsr(String csr)
csr - the csr value to set.public Boolean isPrivateKeyExternal()
public ReissueCertificateOrderRequest withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)
isPrivateKeyExternal - the isPrivateKeyExternal value to set.public ReissueCertificateOrderRequest withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.