pip_services4_azure library

Classes

AzureFunction
Abstract Azure Function, that acts as a container to instantiate and run components and expose them via external entry point.
AzureFunctionClient
Abstract client that calls Azure Functions.
AzureFunctionConnectionParams
Contains connection parameters to authenticate against Azure Functions and connect to specific Azure Function.
AzureFunctionConnectionResolver
Helper class to retrieve Azure connection and credential parameters, validate them and compose a AzureFunctionConnectionParams value.
CommandableAzureFunction
Abstract Azure function, that acts as a container to instantiate and run components and expose them via external entry point. All actions are automatically generated for commands defined in ICommandable components. Each command is exposed as an action defined by "cmd" parameter.
CommandableAzureFunctionClient
Abstract client that calls commandable Azure Functions.