Поделиться через


GetDomainsResponse type

Содержит данные ответа для операции getDomains.

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