AppsAddCustomPrebuiltDomainResponse type
Zawiera dane odpowiedzi dla operacji addCustomPrebuiltDomain.
type AppsAddCustomPrebuiltDomainResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}