FunctionName Interface
public interface FunctionName
HttpTrigger(name = "req", methods = {"get"}, authLevel = AuthorizationLevel.ANONYMOUS) HttpRequestMessage<Optional<String>> request) { .... }
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
value()
The name of the function. |
Method Details
value
public String value()
The name of the function.
Returns:
The name of the function.