ApplicationGatewayRedirectConfiguration Interface

Implements

ChildResource<ApplicationGateway> HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayRedirectConfigurationInner>

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 Summary

Modifier and Type Method and Description
abstract boolean isPathIncluded()
abstract boolean isQueryStringIncluded()
abstract java.util.Map<java.lang.String,ApplicationGatewayRequestRoutingRule> requestRoutingRules()
abstract ApplicationGatewayListener targetListener()
abstract java.lang.String targetUrl()
abstract ApplicationGatewayRedirectType 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 requestRoutingRules()

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