ModelAddCustomPrebuiltDomainResponse type
包含 addCustomPrebuiltDomain 作業的響應數據。
type ModelAddCustomPrebuiltDomainResponse = string[] & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string[] }
}