AppsAddCustomPrebuiltDomainResponse type
Enthält Antwortdaten für den Vorgang addCustomPrebuiltDomain.
type AppsAddCustomPrebuiltDomainResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}