Defines some fields such as action, cmd and schema.
Description
The AzureFunctionAction defines some fields such as action, cmd and schema.
Fields
Action
Action to be executed
public
Func<HttpRequest, Task<IActionResult>> Action { get; set; }
Cmd
Command to call the action
public
string Cmd { get; set; }
Schema
Schema to validate action parameters
public
Schema Schema { get; set; }