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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java