Condividi tramite


AccountListPoolNodeCountsResponse type

Contiene i dati di risposta per l'operazione listPoolNodeCounts.

type AccountListPoolNodeCountsResponse = PoolNodeCountsListResult &
  AccountListPoolNodeCountsHeaders & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: PoolNodeCountsListResult
      parsedHeaders: AccountListPoolNodeCountsHeaders
    }
  }