Share via


AzureFunctionDefinitionOutput interface

The definition of Azure function.

Properties

function

The definition of azure function and its parameters.

inputBinding

Input storage queue. The queue storage trigger runs a function as messages are added to it.

outputBinding

Output storage queue. The function writes output to this queue when the input items are processed.

Property Details

function

The definition of azure function and its parameters.

function: FunctionDefinitionOutput

Property Value

inputBinding

Input storage queue. The queue storage trigger runs a function as messages are added to it.

inputBinding: AzureFunctionBindingOutput

Property Value

outputBinding

Output storage queue. The function writes output to this queue when the input items are processed.

outputBinding: AzureFunctionBindingOutput

Property Value