Megosztás:


GetApplicationTypeInfoListResponse type

A getApplicationTypeInfoList művelet válaszadatait tartalmazza.

type GetApplicationTypeInfoListResponse = PagedApplicationTypeInfoList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedApplicationTypeInfoList
  }
}