CertificateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. CertificateProperties
- com.
Implements
public class CertificateProperties
implements JsonSerializable<CertificateProperties>
Certificate resource payload.
Constructor Summary
Constructor | Description |
---|---|
CertificateProperties() |
Creates an instance of Certificate |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
activateDate()
Get the activate |
List<String> |
dnsNames()
Get the dns |
String |
expirationDate()
Get the expiration |
static
Certificate |
fromJson(JsonReader jsonReader)
Reads an instance of Certificate |
String |
issuedDate()
Get the issued |
String |
issuer()
Get the issuer property: The issuer of certificate. |
Certificate |
provisioningState()
Get the provisioning |
String |
subjectName()
Get the subject |
String |
thumbprint()
Get the thumbprint property: The thumbprint of certificate. |
Json |
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:
dnsNames
public List
Get the dnsNames property: The domain list of certificate.
Returns:
expirationDate
public String expirationDate()
Get the expirationDate property: The expiration date of certificate.
Returns:
fromJson
public static CertificateProperties fromJson(JsonReader jsonReader)
Reads an instance of CertificateProperties from the JsonReader.
Parameters:
Returns:
Throws:
issuedDate
public String issuedDate()
Get the issuedDate property: The issue date of certificate.
Returns:
issuer
public String issuer()
Get the issuer property: The issuer of certificate.
Returns:
provisioningState
public CertificateResourceProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the Certificate.
Returns:
subjectName
public String subjectName()
Get the subjectName property: The subject name of certificate.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: The thumbprint of certificate.
Returns:
toJson
type
public String type()
Get the type property: The type of the certificate source.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java