Interface ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig<ParentT>
-
- Type Parameters:
ParentT- the stage of the application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayUrlPathMap.Definition<ReturnT>,ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ReturnT>
- Enclosing interface:
- ApplicationGatewayUrlPathMap.DefinitionStages
public static interface ApplicationGatewayUrlPathMap.DefinitionStages.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ParentT>withRedirectConfiguration(String name)Associates the specified redirect configuration with this URL path map.
-
-
-
Method Detail
-
withRedirectConfiguration
ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ParentT> withRedirectConfiguration(String name)
Associates the specified redirect configuration with this URL path map.- Parameters:
name- the name of a redirect configuration on this application gateway- Returns:
- the next stage of the definition
-
-