PoolGetAllLifetimeStatisticsResponse type
Innehåller svarsdata för åtgärden getAllLifetimeStatistics.
type PoolGetAllLifetimeStatisticsResponse = PoolStatistics &
PoolGetAllLifetimeStatisticsHeaders & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PoolStatistics
parsedHeaders: PoolGetAllLifetimeStatisticsHeaders
}
}