Class AzureFirstPartyManagedCertificate
java.lang.Object
com.azure.resourcemanager.cdn.models.Certificate
com.azure.resourcemanager.cdn.models.AzureFirstPartyManagedCertificate
Azure FirstParty Managed Certificate provided by other first party resource providers to enable HTTPS.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AzureFirstPartyManagedCertificate class. -
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
-
AzureFirstPartyManagedCertificate
public AzureFirstPartyManagedCertificate()Creates an instance of AzureFirstPartyManagedCertificate class.
-
-
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.
-