次の方法で共有


ComponentsGetResponse type

get 操作の応答データが含まれます。

type ComponentsGetResponse = ApplicationInsightsComponent & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponent
  }
}