You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-bindings-return-value.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ This article explains how return values work inside a function.
15
15
In languages that have a return value, you can bind a function [output binding](./functions-triggers-bindings.md#binding-direction) to the return value:
16
16
17
17
* In a C# class library, apply the output binding attribute to the method return value.
18
+
* In Java, apply the output binding annotation to the function method.
18
19
* In other languages, set the `name` property in *function.json* to `$return`.
19
20
20
21
If there are multiple output bindings, use the return value for only one of them.
0 commit comments