Freigeben über


GetApplicationInfoListResponse type

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

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