BindingName Interface
public interface BindingName
Place this on a parameter whose value would come from Azure Functions runtime. Use this annotation when you want to get the value of trigger metadata, or when you defined your own bindings in function.json manually.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
value()
Defines the trigger metadata name or binding name defined in function.json. |
Method Details
value
public String value()
Defines the trigger metadata name or binding name defined in function.json.
Returns:
The trigger metadata name or binding name.
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.