Dela via


GetIterationPerformanceResponse type

Innehåller svarsdata för åtgärden getIterationPerformance.

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