UpdateTagResponse type

Contains response data for the updateTag operation.

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