FrontDoor.UpdateStages.WithBackendPools Interface

public static interface FrontDoor.UpdateStages.WithBackendPools

The stage of the FrontDoor update allowing to specify backendPools.

Method Summary

Modifier and Type Method and Description
abstract Update withBackendPools(List<BackendPool> backendPools)

Specifies the backendPools property: Backend pools available to routing rules..

Method Details

withBackendPools

public abstract FrontDoor.Update withBackendPools(List backendPools)

Specifies the backendPools property: Backend pools available to routing rules..

Parameters:

backendPools - Backend pools available to routing rules.

Returns:

the next definition stage.

Applies to