Pool
Creates a new pool inside the specified account.
put/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
Path parameters
resourceGroupNamestring required
The name of the resource group that contains the Batch account.
accountNamestring required
The name of the Batch account.
poolNamestring required
The pool name. This must be unique within the account.
subscriptionIdstring required
The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)
Query parameters
api-versionstring required
The API version to be used with the HTTP request.
Headers
If-Matchstring
The entity state (ETag) version of the pool to update. A value of "*" can be used to apply the operation only if the pool already exists. If omitted, this operation will always be applied.
If-None-Matchstring
Set to '*' to allow a new pool to be created, but to prevent updating an existing pool. Other values will be ignored.
Request body
Response
The operation was successful. The response contains the pool entity.