Interface BatchAccount.DefinitionStages.WithPool
- All Known Subinterfaces:
BatchAccount.Definition,BatchAccount.DefinitionStages.WithCreateAndApplication
- Enclosing interface:
- BatchAccount.DefinitionStages
public static interface BatchAccount.DefinitionStages.WithPool
The stage of a Batch account definition allowing the creation of a Batch pool.
-
Method Summary
Modifier and TypeMethodDescriptiondefineNewPool(String poolId) The stage of a Batch account definition allowing to add a Batch pool.
-
Method Details
-
defineNewPool
The stage of a Batch account definition allowing to add a Batch pool.- Parameters:
poolId- the id of the pool to create- Returns:
- the next stage of the definition
-