Megosztás:


GetApplicationInfoListResponse type

A getApplicationInfoList művelet válaszadatait tartalmazza.

type GetApplicationInfoListResponse = PagedApplicationInfoList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedApplicationInfoList
  }
}