GetImagePerformanceCountResponse type
Berisi data respons untuk operasi getImagePerformanceCount.
type GetImagePerformanceCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}