GetImagePerformanceCountResponse type
getImagePerformanceCount işleminin yanıt verilerini içerir.
type GetImagePerformanceCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}