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

AzureFunctionDefinition interface

Azure 函数的定义。

属性

function

Azure 函数的定义及其参数。

inputBinding

输入存储队列。 队列存储触发器在向其中添加消息时运行函数。

outputBinding

输出存储队列。 处理输入项时,该函数会将输出写入此队列。

属性详细信息

function

Azure 函数的定义及其参数。

function: FunctionDefinition

属性值

inputBinding

输入存储队列。 队列存储触发器在向其中添加消息时运行函数。

inputBinding: AzureFunctionBinding

属性值

outputBinding

输出存储队列。 处理输入项时,该函数会将输出写入此队列。

outputBinding: AzureFunctionBinding

属性值