Condividi tramite


WebTestsUpdateTagsResponse type

Contiene i dati di risposta per l'operazione updateTags.

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