az batch pool node-counts

Get node counts for Batch pools.

Commands

az batch pool node-counts list

Gets the number of Compute Nodes in each state, grouped by Pool.

az batch pool node-counts list

Gets the number of Compute Nodes in each state, grouped by Pool.

Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.

az batch pool node-counts list [--account-endpoint]
                               [--account-key]
                               [--account-name]
                               [--filter]

Optional Parameters

--account-endpoint

Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.

--account-key

Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.

--account-name

Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.

--filter

An OData $filter clause. For more information on constructing this filter, see https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch.