Delen via


GetImagePerformancesResponse type

Bevat antwoordgegevens voor de getImagePerformances-bewerking.

type GetImagePerformancesResponse = ImagePerformance[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImagePerformance[]
  }
}