Share via


AppsListAvailableCustomPrebuiltDomainsResponse type

Contiene datos de respuesta para la operación listAvailableCustomPrebuiltDomains.

type AppsListAvailableCustomPrebuiltDomainsResponse = PrebuiltDomain[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PrebuiltDomain[]
  }
}