CertificateProperties Class

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

Implements

public class CertificateProperties
implements JsonSerializable<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.

static CertificateProperties fromJson(JsonReader jsonReader)

Reads an instance of CertificateProperties from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the certificate source.

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.

fromJson

public static CertificateProperties fromJson(JsonReader jsonReader)

Reads an instance of CertificateProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CertificateProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CertificateProperties.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the certificate source.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to