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


AppsListAvailableCustomPrebuiltDomainsResponse type

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

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