Interface ApplicationGatewayRedirectConfiguration

All Superinterfaces:
ChildResource<ApplicationGateway>, HasInnerModel<ApplicationGatewayRedirectConfigurationInner>, HasName, HasParent<ApplicationGateway>, Indexable

public interface ApplicationGatewayRedirectConfiguration extends HasInnerModel<ApplicationGatewayRedirectConfigurationInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway's redirect configuration.
  • Method Details

    • type

      Gets the type of redirection.
      Returns:
      the type of redirection.
    • targetListener

      ApplicationGatewayListener targetListener()
      Gets the target listener on this application network traffic is redirected to.
      Returns:
      the target listener on this application network traffic is redirected to
    • targetUrl

      String targetUrl()
      Gets the target URL network traffic is redirected to.
      Returns:
      the target URL network traffic is redirected to
    • requestRoutingRules

      Gets request routing rules on this application referencing this redirect configuration.
      Returns:
      request routing rules on this application referencing this redirect configuration, indexed by name
    • isPathIncluded

      boolean isPathIncluded()
      Checks whether the path is included in the redirected URL.
      Returns:
      true if the path is included in the redirected URL, otherwise false
    • isQueryStringIncluded

      boolean isQueryStringIncluded()
      Checks whether the query string is included in the redirected URL.
      Returns:
      true if the query string is included in the redirected URL, otherwise false