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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.