GetImagePerformanceCountResponse type
Enthält Antwortdaten für den getImagePerformanceCount-Vorgang.
type GetImagePerformanceCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}