ModelAddCustomPrebuiltDomainResponse type

Contains response data for the addCustomPrebuiltDomain operation.

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