Class IngressSettingsClientAuth

java.lang.Object
com.azure.resourcemanager.appplatform.models.IngressSettingsClientAuth
All Implemented Interfaces:
com.azure.json.JsonSerializable<IngressSettingsClientAuth>

public final class IngressSettingsClientAuth extends Object implements com.azure.json.JsonSerializable<IngressSettingsClientAuth>
Client-Certification Authentication.
  • Constructor Details

    • IngressSettingsClientAuth

      public IngressSettingsClientAuth()
      Creates an instance of IngressSettingsClientAuth class.
  • 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.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<IngressSettingsClientAuth>
      Throws:
      IOException
    • fromJson

      public static IngressSettingsClientAuth fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of IngressSettingsClientAuth from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of IngressSettingsClientAuth if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the IngressSettingsClientAuth.