BatchPoolNodeCountsListResultOutput interface
The result of listing the Compute Node counts in the Account.
Properties
| odata. |
The URL to get the next set of results. |
| value | A list of Compute Node counts by Pool. |
Property Details
odata.nextLink
The URL to get the next set of results.
odata.nextLink?: string
Property Value
string
value
A list of Compute Node counts by Pool.
value?: BatchPoolNodeCountsOutput[]