GetApplicationTypeInfoListByNameResponse type

Contains response data for the getApplicationTypeInfoListByName operation.

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