CommandableAzureFunctionClient constructor

CommandableAzureFunctionClient(
  1. String name
)

Creates a new instance of this client.

  • name a service name.

Implementation

CommandableAzureFunctionClient(String name) : super() {
  _name = name;
}