GetImagePerformanceCountResponse type
包含 getImagePerformanceCount作的响应数据。
type GetImagePerformanceCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}