BindingName Interface
Implements
java.lang.annotation.Annotation
public interface BindingName
implements java.lang.annotation.Annotation
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 |
---|---|
abstract java.lang.String |
value()
Defines the trigger metadata name or binding name defined in function. |
Method Details
value
public abstract String value()
Defines the trigger metadata name or binding name defined in function.json.
Returns:
The trigger metadata name or binding name.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java