Class PublicCertificateProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.PublicCertificateProperties
PublicCertificate resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PublicCertificateProperties class. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]blob()Get the blob property: Public Certificate byte array.Get the publicCertificateLocation property: Public Certificate Location.Get the thumbprint property: Certificate Thumbprint.voidvalidate()Validates the instance.withBlob(byte[] blob) Set the blob property: Public Certificate byte array.withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation) Set the publicCertificateLocation property: Public Certificate Location.
-
Constructor Details
-
PublicCertificateProperties
public PublicCertificateProperties()Creates an instance of PublicCertificateProperties class.
-
-
Method Details
-
blob
public byte[] blob()Get the blob property: Public Certificate byte array.- Returns:
- the blob value.
-
withBlob
Set the blob property: Public Certificate byte array.- Parameters:
blob- the blob value to set.- Returns:
- the PublicCertificateProperties object itself.
-
publicCertificateLocation
Get the publicCertificateLocation property: Public Certificate Location.- Returns:
- the publicCertificateLocation value.
-
withPublicCertificateLocation
public PublicCertificateProperties withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation) Set the publicCertificateLocation property: Public Certificate Location.- Parameters:
publicCertificateLocation- the publicCertificateLocation value to set.- Returns:
- the PublicCertificateProperties object itself.
-
thumbprint
Get the thumbprint property: Certificate Thumbprint.- Returns:
- the thumbprint value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-