Udostępnij za pośrednictwem


GetIterationPerformanceResponse type

Zawiera dane odpowiedzi dla operacji getIterationPerformance.

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