GetApplicationInfoListResponse type

Содержит данные ответа для операции getApplicationInfoList.

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