You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/batch/batch-get-resource-counts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ You can use a similar pattern for REST and other supported languages to get task
45
45
The List Pool Node Counts operation counts compute nodes by the following states in each pool. Separate aggregate counts are provided for dedicated nodes and Spot nodes in each pool.
46
46
47
47
-**Creating**: An Azure-allocated VM that hasn't yet started to join a pool.
48
-
-**Idle**: A compute node that's availale and currently not running any tasks.
48
+
-**Idle**: A compute node that's available and currently not running any tasks.
49
49
-**LeavingPool**: A node that is leaving the pool, either because the user explicitly removed it or because the pool is resizing or autoscaling down.
50
50
-**Offline**: A node that Batch cannot use to schedule new tasks.
51
51
-**Preempted**: A Spot node that was removed from the pool because Azure reclaimed the VM. A `preempted` node can be reinitialized when replacement Spot VM capacity is available.
0 commit comments