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
For a complete example, see [Output - C# example](#output).
707
719
720
+
# [C# Script](#tab/csharp-script)
721
+
722
+
Attributes are not supported by C# Script.
723
+
724
+
# [JavaScript](#tab/javascript)
725
+
726
+
The Event Grid output binding is not available for JavaScript.
727
+
728
+
# [Python](#tab/python)
729
+
730
+
The Event Grid output binding is not available for JavaScript.
731
+
732
+
# [Java](#tab/java)
733
+
734
+
The Event Grid output binding is not available for JavaScript.
735
+
708
736
---
709
737
710
738
## Output - configuration
@@ -724,12 +752,6 @@ The following table explains the binding configuration properties that you set i
724
752
> [!IMPORTANT]
725
753
> Ensure that you set the value of the `TopicEndpointUri` configuration property to the name of an app setting that contains the URI of the custom topic. Do not specify the name of the custom topic directly in this property.
726
754
727
-
# [C# Script](#tab/csharp-script)
728
-
729
-
Attributes are not supported by C# Script.
730
-
731
-
---
732
-
733
755
## Output - usage
734
756
735
757
# [C#](#tab/csharp)
@@ -742,6 +764,18 @@ Send messages by using a method parameter such as `out EventGridEvent paramName`
742
764
Send messages by using a method parameter such as `out EventGridEvent paramName`. In C# script, `paramName` is the value specified in the `name` property of *function.json*. To write multiple messages, you can use `ICollector<EventGridEvent>` or
743
765
`IAsyncCollector<EventGridEvent>` in place of `out EventGridEvent`.
744
766
767
+
# [JavaScript](#tab/javascript)
768
+
769
+
The Event Grid output binding is not available for JavaScript.
770
+
771
+
# [Python](#tab/python)
772
+
773
+
The Event Grid output binding is not available for JavaScript.
774
+
775
+
# [Java](#tab/java)
776
+
777
+
The Event Grid output binding is not available for JavaScript.
0 commit comments