public static interface BatchAccount.DefinitionStages.WithPool
| Modifier and Type | Method and Description |
|---|---|
Pool.DefinitionStages.Blank<BatchAccount.DefinitionStages.WithPool> |
defineNewPool(String poolId)
The stage of a Batch account definition allowing to add a Batch pool.
|
Pool.DefinitionStages.Blank<BatchAccount.DefinitionStages.WithPool> defineNewPool(String poolId)
poolId - the id of the pool to create/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/