TagImageResponse type

Contains response data for the tagImage operation.

type TagImageResponse = TagResult & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TagResult }
}