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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET