AppsAddCustomPrebuiltDomainResponse type
Contiene datos de respuesta para la operación addCustomPrebuiltDomain.
type AppsAddCustomPrebuiltDomainResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}