Interface ApplicationGatewayPathRule.DefinitionStages.WithPath<ReturnT>
- Type Parameters:
ReturnT- the stage of the application gateway URL path map definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayPathRule.Definition<ReturnT>,ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT>
- Enclosing interface:
- ApplicationGatewayPathRule.DefinitionStages
public static interface ApplicationGatewayPathRule.DefinitionStages.WithPath<ReturnT>
The stage of an application gateway path rule definition allowing to specify the the paths to associate with
path rule.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
withPath
- Parameters:
path- for the path rule- Returns:
- the next stage of the definition
-
withPaths
- Parameters:
paths- for the path rule- Returns:
- the next stage of the definition
-