共用方式為


FavoritesAddResponse type

包含新增作業的回應資料。

type FavoritesAddResponse = ApplicationInsightsComponentFavorite & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentFavorite
  }
}