public class TdeCertificate
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
TdeCertificate() |
| Modifier and Type | Method and Description |
|---|---|
String |
certPassword()
Get the certPassword property: The certificate password.
|
String |
privateBlob()
Get the privateBlob property: The base64 encoded certificate private blob.
|
void |
validate()
Validates the instance.
|
TdeCertificate |
withCertPassword(String certPassword)
Set the certPassword property: The certificate password.
|
TdeCertificate |
withPrivateBlob(String privateBlob)
Set the privateBlob property: The base64 encoded certificate private blob.
|
public String privateBlob()
public TdeCertificate withPrivateBlob(String privateBlob)
privateBlob - the privateBlob value to set.public String certPassword()
public TdeCertificate withCertPassword(String certPassword)
certPassword - the certPassword value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.