Class ApiPortalCustomDomainProperties

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

public final class ApiPortalCustomDomainProperties extends Object
The properties of custom domain for API portal.
  • Constructor Details

    • ApiPortalCustomDomainProperties

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

    • thumbprint

      public String thumbprint()
      Get the thumbprint property: The thumbprint of bound certificate.
      Returns:
      the thumbprint value.
    • withThumbprint

      public ApiPortalCustomDomainProperties withThumbprint(String thumbprint)
      Set the thumbprint property: The thumbprint of bound certificate.
      Parameters:
      thumbprint - the thumbprint value to set.
      Returns:
      the ApiPortalCustomDomainProperties object itself.
    • validate

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