AzureFunctionDefinition interface
The definition of Azure function.
Properties
| function | The definition of azure function and its parameters. |
| input |
Input storage queue. The queue storage trigger runs a function as messages are added to it. |
| output |
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: FunctionDefinition
Property Value
inputBinding
Input storage queue. The queue storage trigger runs a function as messages are added to it.
inputBinding: AzureFunctionBinding
Property Value
outputBinding
Output storage queue. The function writes output to this queue when the input items are processed.
outputBinding: AzureFunctionBinding