Udostępnij za pośrednictwem


GetImagePerformancesResponse type

Zawiera dane odpowiedzi dla operacji getImagePerformances.

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