CSharpFunctionBinding Class

The binding to a CSharp function.

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

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

Constructor

CSharpFunctionBinding(*, script: Optional[str] = None, dll_path: Optional[str] = None, class_property: Optional[str] = None, method: Optional[str] = None, **kwargs)

Parameters

type
str
Required

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

script
str
Required

The Csharp code containing a single function definition.

dll_path
str
Required

The Csharp code containing a single function definition.

class_property
str
Required

The Csharp code containing a single function definition.

method
str
Required

The Csharp code containing a single function definition.