Clients

This package contains classes used to create different types of clients for Azure.

Classes

AzureFunctionClient

Abstract client that calls Azure Functions.
When making calls “cmd” parameter determines which what action shall be called, while other parameters are passed to the action itself.

CommandableAzureFunctionClient

Abstract client that calls commandable Azure Functions.
Commandable services are generated automatically for ICommandable objects. Each command is exposed as action determined by “cmd” parameter.