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