CertificateProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.CertificateProperties

public class CertificateProperties

Certificate resource payload.

Constructor Summary

Constructor Description
CertificateProperties()

Creates an instance of CertificateProperties class.

Method Summary

Modifier and Type Method and Description
String activateDate()

Get the activateDate property: The activate date of certificate.

List<String> dnsNames()

Get the dnsNames property: The domain list of certificate.

String expirationDate()

Get the expirationDate property: The expiration date of certificate.

String issuedDate()

Get the issuedDate property: The issue date of certificate.

String issuer()

Get the issuer property: The issuer of certificate.

CertificateResourceProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the Certificate.

String subjectName()

Get the subjectName property: The subject name of certificate.

String thumbprint()

Get the thumbprint property: The thumbprint of certificate.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

CertificateProperties

public CertificateProperties()

Creates an instance of CertificateProperties class.

Method Details

activateDate

public String activateDate()

Get the activateDate property: The activate date of certificate.

Returns:

the activateDate value.

dnsNames

public List dnsNames()

Get the dnsNames property: The domain list of certificate.

Returns:

the dnsNames value.

expirationDate

public String expirationDate()

Get the expirationDate property: The expiration date of certificate.

Returns:

the expirationDate value.

issuedDate

public String issuedDate()

Get the issuedDate property: The issue date of certificate.

Returns:

the issuedDate value.

issuer

public String issuer()

Get the issuer property: The issuer of certificate.

Returns:

the issuer value.

provisioningState

public CertificateResourceProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the Certificate.

Returns:

the provisioningState value.

subjectName

public String subjectName()

Get the subjectName property: The subject name of certificate.

Returns:

the subjectName value.

thumbprint

public String thumbprint()

Get the thumbprint property: The thumbprint of certificate.

Returns:

the thumbprint value.

validate

public void validate()

Validates the instance.

Applies to