Interface ApplicationGatewayPathRule.UpdateDefinitionStages.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.UpdateDefinition<ReturnT>
- Enclosing interface:
ApplicationGatewayPathRule.UpdateDefinitionStages
public static interface ApplicationGatewayPathRule.UpdateDefinitionStages.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 TypeMethodDescriptionSpecifies path for the path rule.Specifies path for the path rule.
-
Method Details
-
withPath
Specifies path for the path rule.- Parameters:
path- for the path rule- Returns:
- the next stage of the definition
-
withPaths
Specifies path for the path rule.- Parameters:
paths- for the path rule- Returns:
- the next stage of the definition
-