Interface FrontDoor.DefinitionStages.WithBackendPools
- All Known Subinterfaces:
FrontDoor.Definition,FrontDoor.DefinitionStages.WithCreate
- Enclosing interface:
- FrontDoor.DefinitionStages
public static interface FrontDoor.DefinitionStages.WithBackendPools
The stage of the FrontDoor definition allowing to specify backendPools.
-
Method Summary
Modifier and TypeMethodDescriptionwithBackendPools(List<BackendPool> backendPools) Specifies the backendPools property: Backend pools available to routing rules..
-
Method Details
-
withBackendPools
Specifies the backendPools property: Backend pools available to routing rules..- Parameters:
backendPools- Backend pools available to routing rules.- Returns:
- the next definition stage.
-