public static interface BatchAccount.UpdateStages.WithPool
| Modifier and Type | Method and Description |
|---|---|
Pool.UpdateDefinitionStages.Blank<BatchAccount.Update> |
defineNewPool(String poolId)
Starts a definition of a pool to be created in the Batch account.
|
Pool.Update |
updatePool(String poolId)
Begins the description of an update of an existing Batch pool in this Batch account.
|
BatchAccount.Update |
withoutPool(String poolId)
Removes the specified pool from the Batch account.
|
Pool.UpdateDefinitionStages.Blank<BatchAccount.Update> defineNewPool(String poolId)
poolId - the reference name for the poolPool.Update updatePool(String poolId)
poolId - the reference name of the pool to be updatedBatchAccount.Update withoutPool(String poolId)
poolId - the reference name for the pool to be removed/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/