Share via


StreamAnalyticsQueryFunction Constructor

Definition

Initializes a new instance of StreamAnalyticsQueryFunction.

public StreamAnalyticsQueryFunction (string name, string queryFunctionType, string bindingType, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionInput> inputs, Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionOutput output);
new Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsQueryFunction : string * string * string * seq<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionInput> * Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionOutput -> Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsQueryFunction
Public Sub New (name As String, queryFunctionType As String, bindingType As String, inputs As IEnumerable(Of StreamingJobFunctionInput), output As StreamingJobFunctionOutput)

Parameters

name
String

The name of the function.

queryFunctionType
String

The type of the function.

bindingType
String

The type of the function binding.

inputs
IEnumerable<StreamingJobFunctionInput>

The inputs for the function.

output
StreamingJobFunctionOutput

An output for the function.

Exceptions

name, queryFunctionType, bindingType, inputs or output is null.

Applies to