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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java