ModelAddCustomPrebuiltDomainResponse type
Contiene i dati di risposta per l'operazione addCustomPrebuiltDomain.
type ModelAddCustomPrebuiltDomainResponse = string[] & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string[] }
}