GetDomainsResponse type

Contains response data for the getDomains operation.

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