GetApplicationTypeInfoListByNameResponse type
getApplicationTypeInfoListByName 操作の応答データを格納します。
type GetApplicationTypeInfoListByNameResponse = PagedApplicationTypeInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedApplicationTypeInfoList
}
}