Interface FrontDoor.UpdateStages.WithRoutingRules
- All Known Subinterfaces:
FrontDoor.Update
- Enclosing interface:
- FrontDoor.UpdateStages
public static interface FrontDoor.UpdateStages.WithRoutingRules
The stage of the FrontDoor update allowing to specify routingRules.
-
Method Summary
Modifier and TypeMethodDescriptionwithRoutingRules(List<RoutingRule> routingRules) Specifies the routingRules property: Routing rules associated with this Front Door..
-
Method Details
-
withRoutingRules
Specifies the routingRules property: Routing rules associated with this Front Door..- Parameters:
routingRules- Routing rules associated with this Front Door.- Returns:
- the next definition stage.
-