Share via


GetImagePerformancesResponse type

Contém dados de resposta para a operação getImagePerformances.

type GetImagePerformancesResponse = ImagePerformance[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ImagePerformance[]
  }
}