AppsAddCustomPrebuiltDomainResponse type

Enthält Antwortdaten für den AddCustomPrebuiltDomain-Vorgang.

type AppsAddCustomPrebuiltDomainResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}