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

UserDefinedFunctionDefinition interface

属性

body

用户定义的函数的正文,也可以作为字符串化函数传递

id

UserDefinedFunction 的 ID

属性详细信息

body

用户定义的函数的正文,也可以作为字符串化函数传递

body?: string | () => void

属性值

string | () => void

id

UserDefinedFunction 的 ID

id?: string

属性值

string