Interface ApplicationGatewayRequestRoutingRule.DefinitionStages.WithUrlPathMap<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.WithAttach<ParentT>,ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT>
- Enclosing interface:
ApplicationGatewayRequestRoutingRule.DefinitionStages
public static interface ApplicationGatewayRequestRoutingRule.DefinitionStages.WithUrlPathMap<ParentT>
The stage of an application gateway request routing rule definition allowing to associate the rule with a
URL path map.
-
Method Summary
Modifier and TypeMethodDescriptionwithUrlPathMap(String urlPathMapName) Associates the specified URL path map with this request routing rule.
-
Method Details
-
withUrlPathMap
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach<ParentT> withUrlPathMap(String urlPathMapName) Associates the specified URL path map with this request routing rule.- Parameters:
urlPathMapName- the name of a URL path map on this application gateway- Returns:
- the next stage of the definition
-