Interface FrontDoor.UpdateStages.WithBackendPoolsSettings
- All Known Subinterfaces:
FrontDoor.Update
- Enclosing interface:
- FrontDoor.UpdateStages
public static interface FrontDoor.UpdateStages.WithBackendPoolsSettings
The stage of the FrontDoor update allowing to specify backendPoolsSettings.
-
Method Summary
Modifier and TypeMethodDescriptionwithBackendPoolsSettings(BackendPoolsSettings backendPoolsSettings) Specifies the backendPoolsSettings property: Settings for all backendPools.
-
Method Details
-
withBackendPoolsSettings
Specifies the backendPoolsSettings property: Settings for all backendPools.- Parameters:
backendPoolsSettings- Settings for all backendPools.- Returns:
- the next definition stage.
-