ApplicationGatewayRedirectConfiguration Interface
Implements
public interface ApplicationGatewayRedirectConfiguration
extends HasInnerModel<ApplicationGatewayRedirectConfigurationInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway's redirect configuration.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isPathIncluded()
Checks whether the path is included in the redirected URL. |
abstract boolean |
isQueryStringIncluded()
Checks whether the query string is included in the redirected URL. |
abstract
Map<String,Application |
requestRoutingRules()
Gets request routing rules on this application referencing this redirect configuration. |
abstract
Application |
targetListener()
Gets the target listener on this application network traffic is redirected to. |
abstract String |
targetUrl()
Gets the target URL network traffic is redirected to. |
abstract
Application |
type()
Gets the type of redirection. |
Method Details
isPathIncluded
public abstract boolean isPathIncluded()
Checks whether the path is included in the redirected URL.
Returns:
isQueryStringIncluded
public abstract boolean isQueryStringIncluded()
Checks whether the query string is included in the redirected URL.
Returns:
requestRoutingRules
public abstract Map
Gets request routing rules on this application referencing this redirect configuration.
Returns:
targetListener
public abstract ApplicationGatewayListener targetListener()
Gets the target listener on this application network traffic is redirected to.
Returns:
targetUrl
public abstract String targetUrl()
Gets the target URL network traffic is redirected to.
Returns:
type
public abstract ApplicationGatewayRedirectType type()
Gets the type of redirection.
Returns: