共用方式為


UpdateTagResponse type

包含 updateTag 作業的回應資料。

type UpdateTagResponse = Tag & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Tag }
}