Freigeben über


GetIterationPerformanceResponse type

Enthält Antwortdaten für den getIterationPerformance-Vorgang.

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