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

public final class ForwardProxy extends Object implements com.azure.json.JsonSerializable<ForwardProxy>
The configuration settings of a forward proxy used to make the requests.
  • Constructor Details

    • ForwardProxy

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

    • convention

      public ForwardProxyConvention convention()
      Get the convention property: The convention used to determine the url of the request made.
      Returns:
      the convention value.
    • withConvention

      public ForwardProxy withConvention(ForwardProxyConvention convention)
      Set the convention property: The convention used to determine the url of the request made.
      Parameters:
      convention - the convention value to set.
      Returns:
      the ForwardProxy object itself.
    • customHostHeaderName

      public String customHostHeaderName()
      Get the customHostHeaderName property: The name of the header containing the host of the request.
      Returns:
      the customHostHeaderName value.
    • withCustomHostHeaderName

      public ForwardProxy withCustomHostHeaderName(String customHostHeaderName)
      Set the customHostHeaderName property: The name of the header containing the host of the request.
      Parameters:
      customHostHeaderName - the customHostHeaderName value to set.
      Returns:
      the ForwardProxy object itself.
    • customProtoHeaderName

      public String customProtoHeaderName()
      Get the customProtoHeaderName property: The name of the header containing the scheme of the request.
      Returns:
      the customProtoHeaderName value.
    • withCustomProtoHeaderName

      public ForwardProxy withCustomProtoHeaderName(String customProtoHeaderName)
      Set the customProtoHeaderName property: The name of the header containing the scheme of the request.
      Parameters:
      customProtoHeaderName - the customProtoHeaderName value to set.
      Returns:
      the ForwardProxy 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<ForwardProxy>
      Throws:
      IOException
    • fromJson

      public static ForwardProxy fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ForwardProxy from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ForwardProxy 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 ForwardProxy.