Udostępnij za pośrednictwem


GetTagsResponse type

Zawiera dane odpowiedzi dla operacji getTags.

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