SelectedCertificateInput Class
- java.
lang. Object - com.
azure. resourcemanager. datamigration. models. SelectedCertificateInput
- com.
Implements
public final class SelectedCertificateInput
implements JsonSerializable<SelectedCertificateInput>
Info for certificate to be exported for TDE enabled databases.
Constructor Summary
| Constructor | Description |
|---|---|
| SelectedCertificateInput() |
Creates an instance of Selected |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
certificateName()
Get the certificate |
|
static
Selected |
fromJson(JsonReader jsonReader)
Reads an instance of Selected |
| String |
password()
Get the password property: Password to use for encrypting the exported certificate. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Selected |
withCertificateName(String certificateName)
Set the certificate |
|
Selected |
withPassword(String password)
Set the password property: Password to use for encrypting the exported certificate. |
Methods inherited from java.lang.Object
Constructor Details
SelectedCertificateInput
public SelectedCertificateInput()
Creates an instance of SelectedCertificateInput class.
Method Details
certificateName
public String certificateName()
Get the certificateName property: Name of certificate to be exported.
Returns:
fromJson
public static SelectedCertificateInput fromJson(JsonReader jsonReader)
Reads an instance of SelectedCertificateInput from the JsonReader.
Parameters:
Returns:
Throws:
password
public String password()
Get the password property: Password to use for encrypting the exported certificate.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCertificateName
public SelectedCertificateInput withCertificateName(String certificateName)
Set the certificateName property: Name of certificate to be exported.
Parameters:
Returns:
withPassword
public SelectedCertificateInput withPassword(String password)
Set the password property: Password to use for encrypting the exported certificate.
Parameters:
Returns: