IAzureFunctionController

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.

GetActions(): IList<AzureFunctionAction>