Services

This package contains interfaces and classes used to create services that do operations via the Azure Function protocol.

Interfaces

IAzureFunctionService

An interface that allows to integrate Azure Function services into Azure Function containers and connect their actions to the function calls.


Classes

AzureFunctionAction

Defines some fields such as action, cmd and schema.

AzureFunctionService

Abstract service that receives remove calls via the Azure Function protocol.

CommandableAzureFunctionService

Abstract service that receives commands via the Azure Function protocol to operations automatically generated for commands defined in ICommandable components.