setProtocol method

void setProtocol(
  1. String value
)

Sets the Azure function connection protocol.

  • value - a new Azure function connection protocol.

Implementation

void setProtocol(String value) {
  super.put('protocol', value);
}