Condividi tramite


JavaScriptFunctionBinding Class

Definition

The binding to a JavaScript function.

public class JavaScriptFunctionBinding : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionBinding, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.JavaScriptFunctionBinding>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.JavaScriptFunctionBinding>
public class JavaScriptFunctionBinding : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionBinding
type JavaScriptFunctionBinding = class
    inherit StreamingJobFunctionBinding
    interface IJsonModel<JavaScriptFunctionBinding>
    interface IPersistableModel<JavaScriptFunctionBinding>
type JavaScriptFunctionBinding = class
    inherit StreamingJobFunctionBinding
Public Class JavaScriptFunctionBinding
Inherits StreamingJobFunctionBinding
Implements IJsonModel(Of JavaScriptFunctionBinding), IPersistableModel(Of JavaScriptFunctionBinding)
Public Class JavaScriptFunctionBinding
Inherits StreamingJobFunctionBinding
Inheritance
JavaScriptFunctionBinding
Implements

Constructors

JavaScriptFunctionBinding()

Initializes a new instance of JavaScriptFunctionBinding.

Properties

Script

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<JavaScriptFunctionBinding>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<JavaScriptFunctionBinding>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<StreamingJobFunctionBinding>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from StreamingJobFunctionBinding)
IJsonModel<StreamingJobFunctionBinding>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StreamingJobFunctionBinding)
IPersistableModel<JavaScriptFunctionBinding>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JavaScriptFunctionBinding>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<JavaScriptFunctionBinding>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<StreamingJobFunctionBinding>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StreamingJobFunctionBinding)
IPersistableModel<StreamingJobFunctionBinding>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from StreamingJobFunctionBinding)
IPersistableModel<StreamingJobFunctionBinding>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StreamingJobFunctionBinding)

Applies to