pip_services3_azure.services.AzureFunctionAction module
- class pip_services3_azure.services.AzureFunctionAction.AzureFunctionAction(cmd: str, schema: pip_services3_commons.validate.Schema.Schema, action: Callable[[azure.functions._http.HttpRequest], azure.functions._http.HttpResponse])
Bases:
object- action(context: azure.functions._http.HttpRequest) azure.functions._http.HttpResponse
Action to be executed
- Parameters
context – action context