Class ContentCertificateProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.CertificateProperties
com.azure.resourcemanager.appplatform.models.ContentCertificateProperties
Properties of certificate imported from key vault.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontent()Get the content property: The content of uploaded certificate.voidvalidate()Validates the instance.withContent(String content) Set the content property: The content of uploaded certificate.Methods inherited from class com.azure.resourcemanager.appplatform.models.CertificateProperties
activateDate, dnsNames, expirationDate, issuedDate, issuer, subjectName, thumbprint
-
Constructor Details
-
ContentCertificateProperties
public ContentCertificateProperties()
-
-
Method Details
-
content
Get the content property: The content of uploaded certificate.- Returns:
- the content value.
-
withContent
Set the content property: The content of uploaded certificate.- Parameters:
content- the content value to set.- Returns:
- the ContentCertificateProperties object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classCertificateProperties- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-