GetImagePerformanceCountResponse type
Bevat antwoordgegevens voor de bewerking getImagePerformanceCount.
type GetImagePerformanceCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}