Interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithRedirectConfig<ParentT>
- Type Parameters:
ParentT- the stage of the application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayUrlPathMap.UpdateDefinition<ReturnT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithAttach<ReturnT>
- Enclosing interface:
ApplicationGatewayUrlPathMap.UpdateDefinitionStages
public static interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithRedirectConfig<ParentT>
The stage of an application gateway URL path map definition allowing to associate the URL path map with a
redirect configuration.
-
Method Summary
Modifier and TypeMethodDescriptionAssociates the specified redirect configuration with this request routing rule.
-
Method Details
-
withRedirectConfiguration
ApplicationGatewayUrlPathMap.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
-