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