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


GetIterationPerformanceResponse type

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

type GetIterationPerformanceResponse = IterationPerformance & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: IterationPerformance
  }
}