Class CertificateProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.CertificateProperties
- Direct Known Subclasses:
ContentCertificateProperties,KeyVaultCertificateProperties
Certificate resource payload.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the activateDate property: The activate date of certificate.dnsNames()Get the dnsNames property: The domain list of certificate.Get the expirationDate property: The expiration date of certificate.Get the issuedDate property: The issue date of certificate.issuer()Get the issuer property: The issuer of certificate.Get the provisioningState property: Provisioning state of the Certificate.Get the subjectName property: The subject name of certificate.Get the thumbprint property: The thumbprint of certificate.voidvalidate()Validates the instance.
-
Constructor Details
-
CertificateProperties
public CertificateProperties()Creates an instance of CertificateProperties class.
-
-
Method Details
-
thumbprint
Get the thumbprint property: The thumbprint of certificate.- Returns:
- the thumbprint value.
-
issuer
Get the issuer property: The issuer of certificate.- Returns:
- the issuer value.
-
issuedDate
Get the issuedDate property: The issue date of certificate.- Returns:
- the issuedDate value.
-
expirationDate
Get the expirationDate property: The expiration date of certificate.- Returns:
- the expirationDate value.
-
activateDate
Get the activateDate property: The activate date of certificate.- Returns:
- the activateDate value.
-
subjectName
Get the subjectName property: The subject name of certificate.- Returns:
- the subjectName value.
-
dnsNames
Get the dnsNames property: The domain list of certificate.- Returns:
- the dnsNames value.
-
provisioningState
Get the provisioningState property: Provisioning state of the Certificate.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-