Aracılığıyla paylaş


UpdateTagResponse type

updateTag işlemi için yanıt verilerini içerir.

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