Interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule<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>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT>
- Enclosing interface:
ApplicationGatewayUrlPathMap.UpdateDefinitionStages
public static interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule<ParentT>
The stage of an application gateway URL path map definition allowing to specify the path rule to associate
the URL path map with.
-
Method Summary
Modifier and TypeMethodDescriptionApplicationGatewayPathRule.UpdateDefinitionStages.Blank<ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithAttach<ParentT>> definePathRule(String name) Associates the URL path map with a path rule on this application gateway.
-
Method Details
-
definePathRule
ApplicationGatewayPathRule.UpdateDefinitionStages.Blank<ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithAttach<ParentT>> definePathRule(String name) Associates the URL path map with a path rule on this application gateway.- Parameters:
name- the name of an existing path rule- Returns:
- the next stage of the definition
-