Class ManagedCertificate
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.Certificate
-
- com.azure.resourcemanager.cdn.models.ManagedCertificate
-
public final class ManagedCertificate extends Certificate
Managed Certificate used for https.
-
-
Constructor Summary
Constructors Constructor Description ManagedCertificate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.ManagedCertificatewithType(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
-
-
-
-
Method Detail
-
withType
public ManagedCertificate withType(SecretType type)
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.
-
-