Class EndpointCertificateProperties
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.EndpointCertificateProperties
The properties of an endpoint certificate.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of EndpointCertificateProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the publicBlob property: The certificate public blob.voidvalidate()Validates the instance.withPublicBlob(String publicBlob) Set the publicBlob property: The certificate public blob.
-
Constructor Details
-
EndpointCertificateProperties
public EndpointCertificateProperties()Creates an instance of EndpointCertificateProperties 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 EndpointCertificateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-