Class ManagedCertificate
java.lang.Object
com.azure.resourcemanager.cdn.models.Certificate
com.azure.resourcemanager.cdn.models.ManagedCertificate
Managed Certificate used for https.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.withType(SecretType type) Set the type property: The type of the secret resource.Methods inherited from class com.azure.resourcemanager.cdn.models.Certificate
expirationDate, subject, type
-
Constructor Details
-
ManagedCertificate
public ManagedCertificate()
-
-
Method Details
-
withType
Set the type property: The type of the secret resource.- Overrides:
withTypein classCertificate- Parameters:
type- the type value to set.- Returns:
- the Certificate object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classCertificate- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-