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