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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET