Sdílet prostřednictvím


AppsAddCustomPrebuiltDomainResponse type

Obsahuje data odpovědi pro operaci addCustomPrebuiltDomain.

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