GetImagePerformancesResponse type
Contiene i dati di risposta per l'operazione getImagePerformances.
type GetImagePerformancesResponse = ImagePerformance[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ImagePerformance[]
}
}