JavaScriptFunctionBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The binding to a JavaScript function.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.StreamAnalytics/JavascriptUdf")]
public class JavaScriptFunctionBinding : Microsoft.Azure.Management.StreamAnalytics.Models.FunctionBinding
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.StreamAnalytics/JavascriptUdf")>]
type JavaScriptFunctionBinding = class
inherit FunctionBinding
Public Class JavaScriptFunctionBinding
Inherits FunctionBinding
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
JavaScriptFunctionBinding() |
Initializes a new instance of the JavaScriptFunctionBinding class. |
JavaScriptFunctionBinding(String) |
Initializes a new instance of the JavaScriptFunctionBinding class. |
Properties
Script |
Gets or sets the JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }' |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET