GetImagePerformancesResponse type
包含 getImagePerformances作的响应数据。
type GetImagePerformancesResponse = ImagePerformance[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePerformance[]
}
}