共用方式為


AppsAddCustomPrebuiltDomainResponse type

包含 addCustomPrebuiltDomain 作業的響應數據。

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