JavaScriptFunctionBinding Class

The binding to a JavaScript function.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.streamanalytics.models._models_py3.FunctionBinding
JavaScriptFunctionBinding

Constructor

JavaScriptFunctionBinding(*, script: Optional[str] = None, **kwargs)

Parameters

type
str
Required

Required. Indicates the function binding type.Constant filled by server.

script
str
Required

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