共用方式為


ComponentsCreateOrUpdateResponse type

包含 createOrUpdate 作業的回應資料。

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