Freigeben über


GetImagePerformancesResponse type

Enthält Antwortdaten für den GetImagePerformances-Vorgang.

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