GetIterationPerformanceResponse type

getIterationPerformance işleminin yanıt verilerini içerir.

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