CommandableAzureFunctionClient constructor
- String name
Creates a new instance of this client.
- name a service name.
Implementation
CommandableAzureFunctionClient(String name) : super() {
_name = name;
}
Creates a new instance of this client.
CommandableAzureFunctionClient(String name) : super() {
_name = name;
}