AccountListPoolNodeCountsResponse type
Innehåller svarsdata för åtgärden listPoolNodeCounts.
type AccountListPoolNodeCountsResponse = PoolNodeCountsListResult &
AccountListPoolNodeCountsHeaders & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PoolNodeCountsListResult
parsedHeaders: AccountListPoolNodeCountsHeaders
}
}