AccountListPoolNodeCountsResponse type
Enthält Antwortdaten für den listPoolNodeCounts-Vorgang.
type AccountListPoolNodeCountsResponse = PoolNodeCountsListResult &
AccountListPoolNodeCountsHeaders & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PoolNodeCountsListResult
parsedHeaders: AccountListPoolNodeCountsHeaders
}
}