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