GetImagePerformanceCountResponse type
Contém dados de resposta para a operação getImagePerformanceCount.
type GetImagePerformanceCountResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}