Udostępnij za pośrednictwem


WebTestsUpdateTagsResponse type

Zawiera dane odpowiedzi dla operacji updateTags.

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