Interface FrontDoor.UpdateStages.WithBackendPools

All Known Subinterfaces:
FrontDoor.Update
Enclosing interface:
FrontDoor.UpdateStages

public static interface FrontDoor.UpdateStages.WithBackendPools
The stage of the FrontDoor update allowing to specify backendPools.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the backendPools property: Backend pools available to routing rules..
  • Method Details

    • withBackendPools

      FrontDoor.Update 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.