ServerTrustCertificateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. ServerTrustCertificateProperties
- com.
Implements
public final class ServerTrustCertificateProperties
implements JsonSerializable<ServerTrustCertificateProperties>
The properties of a server trust certificate.
Constructor Summary
| Constructor | Description |
|---|---|
| ServerTrustCertificateProperties() |
Creates an instance of Server |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
certificateName()
Get the certificate |
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
| String |
publicBlob()
Get the public |
| String |
thumbprint()
Get the thumbprint property: The certificate thumbprint. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Server |
withPublicBlob(String publicBlob)
Set the public |
Methods inherited from java.lang.Object
Constructor Details
ServerTrustCertificateProperties
public ServerTrustCertificateProperties()
Creates an instance of ServerTrustCertificateProperties class.
Method Details
certificateName
public String certificateName()
Get the certificateName property: The certificate name.
Returns:
fromJson
public static ServerTrustCertificateProperties fromJson(JsonReader jsonReader)
Reads an instance of ServerTrustCertificateProperties from the JsonReader.
Parameters:
Returns:
Throws:
publicBlob
public String publicBlob()
Get the publicBlob property: The certificate public blob.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: The certificate thumbprint.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPublicBlob
public ServerTrustCertificateProperties withPublicBlob(String publicBlob)
Set the publicBlob property: The certificate public blob.
Parameters:
Returns: