Interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithRedirectConfig<ParentT>
- Type Parameters:
ParentT- the stage of the application gateway update to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule.UpdateDefinition<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithAttach<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfigOrRedirect<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfigOrSniOrRedirect<ParentT>
- Enclosing interface:
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages
public static interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.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.UpdateDefinitionStages.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
-