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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET