Delen via


GetIterationPerformanceResponse type

Bevat antwoordgegevens voor de bewerking getIterationPerformance.

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