Interface ApplicationGatewayRequestRoutingRule.DefinitionStages.WithRedirectConfig<ParentT>
- Type Parameters:
ParentT- the stage of the application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule.Definition<ParentT>,ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendHttpConfigOrRedirect<ParentT>,ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendHttpConfigOrSniOrRedirect<ParentT>
- Enclosing interface:
ApplicationGatewayRequestRoutingRule.DefinitionStages
public static interface ApplicationGatewayRequestRoutingRule.DefinitionStages.WithRedirectConfig<ParentT>
The stage of an application gateway request routing rule definition allowing to associate the rule with a
redirect configuration.
-
Method Summary
Modifier and TypeMethodDescriptionAssociates the specified redirect configuration with this request routing rule.
-
Method Details
-
withRedirectConfiguration
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach<ParentT> withRedirectConfiguration(String name) Associates the specified redirect configuration with this request routing rule.- Parameters:
name- the name of a redirect configuration on this application gateway- Returns:
- the next stage of the definition
-