public final class RenewCertificateOrderRequest extends ProxyOnlyResource
| Constructor and Description |
|---|
RenewCertificateOrderRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
csr()
Get the csr property: Csr to be used for re-key operation.
|
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.
|
RenewCertificateOrderRequest |
withCsr(String csr)
Set the csr property: Csr to be used for re-key operation.
|
RenewCertificateOrderRequest |
withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)
Set the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external
private key and vice versa).
|
RenewCertificateOrderRequest |
withKeySize(Integer keySize)
Set the keySize property: Certificate Key Size.
|
RenewCertificateOrderRequest |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic RenewCertificateOrderRequest withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public Integer keySize()
public RenewCertificateOrderRequest withKeySize(Integer keySize)
keySize - the keySize value to set.public String csr()
public RenewCertificateOrderRequest withCsr(String csr)
csr - the csr value to set.public Boolean isPrivateKeyExternal()
public RenewCertificateOrderRequest withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)
isPrivateKeyExternal - the isPrivateKeyExternal value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.