GetApplicationTypeInfoListByNameResponse type
getApplicationTypeInfoListByName işleminin yanıt verilerini içerir.
type GetApplicationTypeInfoListByNameResponse = PagedApplicationTypeInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedApplicationTypeInfoList
}
}