你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionResult type

如果未注册任何 return 输出,则为 Void;否则,已注册的 return 输出

type FunctionResult<T> = T | Promise<T>