AppsListAvailableCustomPrebuiltDomainsResponse type
包含 listAvailableCustomPrebuiltDomains 作業的回應資料。
type AppsListAvailableCustomPrebuiltDomainsResponse = PrebuiltDomain[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PrebuiltDomain[]
}
}