共用方式為


GetImagePerformancesResponse type

包含 getImagePerformances 作業的回應資料。

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