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() |
abstract boolean | isQueryStringIncluded() |
abstract
Map<String,Application |
requestRoutingRules() |
abstract
Application |
targetListener() |
abstract String | targetUrl() |
abstract
Application |
type() |
Method Details
isPathIncluded
public abstract boolean isPathIncluded()
Returns:
true if the path is included in the redirected URL, otherwise false
isQueryStringIncluded
public abstract boolean isQueryStringIncluded()
Returns:
true if the query string is included in the redirected URL, otherwise false
requestRoutingRules
public abstract Map
Returns:
request routing rules on this application referencing this redirect configuration, indexed by name
targetListener
public abstract ApplicationGatewayListener targetListener()
Returns:
the target listener on this application network traffic is redirected to
targetUrl
public abstract String targetUrl()
Returns:
the target URL network traffic is redirected to
type
public abstract ApplicationGatewayRedirectType type()
Returns:
the type of redirection.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java