BatchAccount.UpdateStages.WithPool Interface
public static interface BatchAccount.UpdateStages.WithPool
The stage of a Batch account definition allowing the creation of a Batch pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Blank<Update> |
defineNewPool(String poolId)
Starts a definition of a pool to be created in the Batch account. |
abstract Update |
updatePool(String poolId)
Begins the description of an update of an existing Batch pool in this Batch account. |
abstract Update |
withoutPool(String poolId)
Removes the specified pool from the Batch account. |
Method Details
defineNewPool
public abstract Pool.UpdateDefinitionStages.Blank
Starts a definition of a pool to be created in the Batch account.
Parameters:
Returns:
updatePool
public abstract Pool.Update updatePool(String poolId)
Begins the description of an update of an existing Batch pool in this Batch account.
Parameters:
Returns:
withoutPool
public abstract BatchAccount.Update withoutPool(String poolId)
Removes the specified pool from the Batch account.
Parameters:
Returns:
Applies to
Azure SDK for Java