Aracılığıyla paylaş


GetTagsResponse type

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

type GetTagsResponse = Tag[] & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Tag[] }
}