AppsAddCustomPrebuiltDomainResponse type
Содержит данные ответа для операции addCustomPrebuiltDomain.
type AppsAddCustomPrebuiltDomainResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}