Delen via


UpdateTagResponse type

Bevat antwoordgegevens voor de updateTag-bewerking.

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