GetTagResponse type

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

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