BatchAccount.DefinitionStages.WithPool Interface
public interface WithPool
The stage of a Batch account definition allowing the creation of a Batch pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
Pool.DefinitionStages.Blank<Batch |
defineNewPool(String poolId)
The stage of a Batch account definition allowing to add a Batch pool. |
Method Details
defineNewPool
public Pool.DefinitionStages.Blank
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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java