Share via


GetImagePerformancesResponse type

getImagePerformances 操作の応答データを格納します。

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