Share via


PoolGetAllLifetimeStatisticsResponse type

Contains response data for the getAllLifetimeStatistics operation.

type PoolGetAllLifetimeStatisticsResponse = PoolStatistics &
  PoolGetAllLifetimeStatisticsHeaders & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: PoolStatistics
      parsedHeaders: PoolGetAllLifetimeStatisticsHeaders
    }
  }