setProtocol method
- String value
Sets the Azure function connection protocol.
value
- a new Azure function connection protocol.
Implementation
void setProtocol(String value) {
super.put('protocol', value);
}
Sets the Azure function connection protocol.
value
- a new Azure function connection protocol.void setProtocol(String value) {
super.put('protocol', value);
}