Interface ApplicationGatewayRedirectConfiguration

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ApplicationGatewayRedirectConfigurationInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<ApplicationGateway>, com.azure.resourcemanager.resources.fluentcore.model.Indexable

public interface ApplicationGatewayRedirectConfiguration extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ApplicationGatewayRedirectConfigurationInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.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