Interface ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<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.WithPathRule<ParentT>
The stage of an application gateway URL path map definition allowing to specify path rules.
-
Method Summary
Modifier and TypeMethodDescriptionApplicationGatewayPathRule.DefinitionStages.Blank<ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ParentT>> definePathRule(String name) Begins the definition of path rule.
-
Method Details
-
definePathRule
ApplicationGatewayPathRule.DefinitionStages.Blank<ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ParentT>> definePathRule(String name) Begins the definition of path rule.- Parameters:
name- name of the path rule- Returns:
- next stage of the path rule definition
-