Class ApplicationGatewayUrlConfiguration

java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration

public class ApplicationGatewayUrlConfiguration extends Object
Url configuration of the Actions set in Application Gateway.
  • Constructor Details

    • ApplicationGatewayUrlConfiguration

      public ApplicationGatewayUrlConfiguration()
  • Method Details

    • modifiedPath

      public String modifiedPath()
      Get url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.
      Returns:
      the modifiedPath value
    • withModifiedPath

      public ApplicationGatewayUrlConfiguration withModifiedPath(String modifiedPath)
      Set url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.
      Parameters:
      modifiedPath - the modifiedPath value to set
      Returns:
      the ApplicationGatewayUrlConfiguration object itself.
    • modifiedQueryString

      public String modifiedQueryString()
      Get query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.
      Returns:
      the modifiedQueryString value
    • withModifiedQueryString

      public ApplicationGatewayUrlConfiguration withModifiedQueryString(String modifiedQueryString)
      Set query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.
      Parameters:
      modifiedQueryString - the modifiedQueryString value to set
      Returns:
      the ApplicationGatewayUrlConfiguration object itself.
    • reroute

      public Boolean reroute()
      Get if set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false.
      Returns:
      the reroute value
    • withReroute

      public ApplicationGatewayUrlConfiguration withReroute(Boolean reroute)
      Set if set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false.
      Parameters:
      reroute - the reroute value to set
      Returns:
      the ApplicationGatewayUrlConfiguration object itself.