Interface ApplicationGatewayRedirectConfiguration
- All Superinterfaces:
ChildResource<ApplicationGateway>
,HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayRedirectConfigurationInner>
,HasName
,HasParent<ApplicationGateway>
,Indexable
@Beta(V1_4_0)
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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of an application gateway redirect configuration definition.static interface
Grouping of application gateway redirect configuration configuration stages.static interface
The entirety of an application gateway redirect configuration update as part of an application gateway update.static interface
The entirety of an application gateway redirect configuration definition as part of an application gateway update.static interface
Grouping of application gateway redirect configuration definition stages applicable as part of an application gateway update.static interface
Grouping of application gateway redirect configuration update stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
type
- Returns:
- the type of redirection.
-
targetListener
ApplicationGatewayListener targetListener()- Returns:
- the target listener on this application network traffic is redirected to
-
targetUrl
String targetUrl()- Returns:
- the target URL network traffic is redirected to
-
requestRoutingRules
Map<String,ApplicationGatewayRequestRoutingRule> requestRoutingRules()- Returns:
- request routing rules on this application referencing this redirect configuration, indexed by name
-
isPathIncluded
boolean isPathIncluded()- Returns:
- true if the path is included in the redirected URL, otherwise false
-
isQueryStringIncluded
boolean isQueryStringIncluded()- Returns:
- true if the query string is included in the redirected URL, otherwise false
-