Share via


AppsListAvailableCustomPrebuiltDomainsResponse type

Contém dados de resposta para a operação listAvailableCustomPrebuiltDomains.

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