GetApplicationTypeInfoListByNameResponse type
يحتوي على بيانات الاستجابة لعملية getApplicationTypeInfoListByName.
type GetApplicationTypeInfoListByNameResponse = PagedApplicationTypeInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedApplicationTypeInfoList
}
}