An interface used to integrate Azure Function services into Azure Function containers and connect their actions to the function calls.
Description
The IAzureFunctionController interface allows you to integrate Azure Function services into Azure Function containers and connect their actions to the function calls.
Instance methods
getActions
Gets all the actions supported by the service.
List
getActions()
- returns: List<AzureFunctionAction[]> - list with supported actions.