次の方法で共有


GetApplicationTypeInfoListResponse type

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

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