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 Details

    • withBackendPools

      FrontDoor.DefinitionStages.WithCreate withBackendPools(List<BackendPool> backendPools)
      Specifies the backendPools property: Backend pools available to routing rules..
      Parameters:
      backendPools - Backend pools available to routing rules.
      Returns:
      the next definition stage.