GetImagePerformancesResponse type

getImagePerformances işlemi için yanıt verilerini içerir.

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