StreamAnalyticsQueryFunction Constructor
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.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET