Interface ApplicationGatewayRedirectConfiguration

All Superinterfaces:
ChildResource<ApplicationGateway>, HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayRedirectConfigurationInner>, HasName, HasParent<ApplicationGateway>, Indexable

@Beta(V1_4_0) public interface ApplicationGatewayRedirectConfiguration extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayRedirectConfigurationInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway's redirect configuration.
  • Method Details

    • type

      Returns:
      the type of redirection.
    • targetListener

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

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

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

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

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