GetApplicationTypeInfoListByNameResponse type
A getApplicationTypeInfoListByName művelet válaszadatait tartalmazza.
type GetApplicationTypeInfoListByNameResponse = PagedApplicationTypeInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedApplicationTypeInfoList
}
}