Sdílet prostřednictvím


TagImageResponse type

Obsahuje data odpovědi pro operaci tagImage.

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