JavaScriptFunctionBinding interface

The binding to a JavaScript function.

Extends

Properties

script

The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

script

The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'

script?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Microsoft.StreamAnalytics/JavascriptUdf"

Property Value

"Microsoft.StreamAnalytics/JavascriptUdf"