次の方法で共有


GetApplicationTypeInfoListByNameResponse type

getApplicationTypeInfoListByName 操作の応答データを格納します。

type GetApplicationTypeInfoListByNameResponse = PagedApplicationTypeInfoList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedApplicationTypeInfoList
  }
}