Class ManagedCertificateParameters
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.SecretParameters
-
- com.azure.resourcemanager.cdn.models.ManagedCertificateParameters
-
public final class ManagedCertificateParameters extends SecretParameters
Managed Certificate used for https.
-
-
Constructor Summary
Constructors Constructor Description ManagedCertificateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringexpirationDate()Get the expirationDate property: Certificate expiration date.Stringsubject()Get the subject property: Subject name in the certificate.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
subject
public String subject()
Get the subject property: Subject name in the certificate.- Returns:
- the subject value.
-
expirationDate
public String expirationDate()
Get the expirationDate property: Certificate expiration date.- Returns:
- the expirationDate value.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classSecretParameters- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-