GetImagePerformanceCountResponse type
包含 getImagePerformanceCount 作業的響應數據。
type GetImagePerformanceCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}