Class CertificateReference

java.lang.Object
com.azure.resourcemanager.appplatform.models.CertificateReference

public final class CertificateReference extends Object
A reference to the certificate.
  • Constructor Details

    • CertificateReference

      public CertificateReference()
      Creates an instance of CertificateReference class.
  • Method Details

    • resourceId

      public String resourceId()
      Get the resourceId property: Resource Id of the certificate.
      Returns:
      the resourceId value.
    • withResourceId

      public CertificateReference withResourceId(String resourceId)
      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.