Class CertificateReference
java.lang.Object
com.azure.resourcemanager.appplatform.models.CertificateReference
A reference to the certificate.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the resourceId property: Resource Id of the certificate.voidvalidate()Validates the instance.withResourceId(String resourceId) Set the resourceId property: Resource Id of the certificate.
-
Constructor Details
-
CertificateReference
public CertificateReference()Creates an instance of CertificateReference class.
-
-
Method Details
-
resourceId
Get the resourceId property: Resource Id of the certificate.- Returns:
- the resourceId value.
-
withResourceId
Set the resourceId property: Resource Id of the certificate.- Parameters:
resourceId- the resourceId value to set.- Returns:
- the CertificateReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-