Class EndpointCertificateInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.EndpointCertificateInner
public final class EndpointCertificateInner
extends com.azure.core.management.ProxyResource
Certificate used on an endpoint on the Managed Instance.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of EndpointCertificateInner 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.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
EndpointCertificateInner
public EndpointCertificateInner()Creates an instance of EndpointCertificateInner 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 EndpointCertificateInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-