Aracılığıyla paylaş


GetDomainsResponse type

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

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