共用方式為


WebTestsUpdateTagsResponse type

包含 updateTags 作業的響應數據。

type WebTestsUpdateTagsResponse = WebTest & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: WebTest }
}