Freigeben über


GetIterationPerformanceResponse type

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

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