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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java