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