GetImagePerformanceCountResponse type
Содержит данные ответа для операции getImagePerformanceCount.
type GetImagePerformanceCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}