ScalarFunctionProperties Class

The properties that are associated with a scalar function.

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
azure.mgmt.streamanalytics.models._models_py3.FunctionProperties
ScalarFunctionProperties

Constructor

ScalarFunctionProperties(*, inputs: Optional[List[azure.mgmt.streamanalytics.models._models_py3.FunctionInput]] = None, output: Optional[azure.mgmt.streamanalytics.models._models_py3.FunctionOutput] = None, binding: Optional[azure.mgmt.streamanalytics.models._models_py3.FunctionBinding] = None, **kwargs)

Parameters

type
str
Required

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

inputs
list[<xref:stream_analytics_management_client.models.FunctionInput>]
Required
output
<xref:stream_analytics_management_client.models.FunctionOutput>
Required

Describes the output of a function.

binding
<xref:stream_analytics_management_client.models.FunctionBinding>
Required

The physical binding of the function. For example, in the Azure Machine Learning web service's case, this describes the endpoint.

Variables

etag
str

The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If- Match or If-None-Match headers for write operations for optimistic concurrency.