Class ServerTrustCertificateProperties
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.ServerTrustCertificateProperties
The properties of a server trust certificate.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ServerTrustCertificateProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the certificateName property: The certificate name.Get the publicBlob property: The certificate public blob.Get the thumbprint property: The certificate thumbprint.voidvalidate()Validates the instance.withPublicBlob(String publicBlob) Set the publicBlob property: The certificate public blob.
-
Constructor Details
-
ServerTrustCertificateProperties
public ServerTrustCertificateProperties()Creates an instance of ServerTrustCertificateProperties class.
-
-
Method Details
-
publicBlob
Get the publicBlob property: The certificate public blob.- Returns:
- the publicBlob value.
-
withPublicBlob
Set the publicBlob property: The certificate public blob.- Parameters:
publicBlob- the publicBlob value to set.- Returns:
- the ServerTrustCertificateProperties object itself.
-
thumbprint
Get the thumbprint property: The certificate thumbprint.- Returns:
- the thumbprint value.
-
certificateName
Get the certificateName property: The certificate name.- Returns:
- the certificateName value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-