مشاركة عبر


WebTestsUpdateTagsResponse type

يحتوي على بيانات استجابة لعملية updateTags.

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