Class IngressSettingsClientAuth

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

public final class IngressSettingsClientAuth extends Object
Client-Certification Authentication.
  • Constructor Details

    • IngressSettingsClientAuth

      public IngressSettingsClientAuth()
  • Method Details

    • certificates

      public List<String> certificates()
      Get the certificates property: Collection of certificate resource id.
      Returns:
      the certificates value.
    • withCertificates

      public IngressSettingsClientAuth withCertificates(List<String> certificates)
      Set the certificates property: Collection of certificate resource id.
      Parameters:
      certificates - the certificates value to set.
      Returns:
      the IngressSettingsClientAuth object itself.
    • validate

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