Поделиться через


ServiceGetStatisticsResponse type

Содержит данные ответа для операции getStatistics.

type ServiceGetStatisticsResponse = WithResponse<
  ServiceGetStatisticsHeaders & QueueServiceStatistics,
  ServiceGetStatisticsHeaders,
  QueueServiceStatistics
>