Class ContentCertificateProperties

java.lang.Object
com.azure.resourcemanager.appplatform.models.CertificateProperties
com.azure.resourcemanager.appplatform.models.ContentCertificateProperties

public final class ContentCertificateProperties extends CertificateProperties
Properties of certificate imported from key vault.
  • Constructor Details

    • ContentCertificateProperties

      public ContentCertificateProperties()
  • Method Details

    • content

      public String content()
      Get the content property: The content of uploaded certificate.
      Returns:
      the content value.
    • withContent

      public ContentCertificateProperties withContent(String content)
      Set the content property: The content of uploaded certificate.
      Parameters:
      content - the content value to set.
      Returns:
      the ContentCertificateProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class CertificateProperties
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.