CSharpFunctionRetrieveDefaultDefinitionParameters Class

The parameters needed to retrieve the default function definition for a CSharp 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.FunctionRetrieveDefaultDefinitionParameters
CSharpFunctionRetrieveDefaultDefinitionParameters

Constructor

CSharpFunctionRetrieveDefaultDefinitionParameters(*, script: Optional[str] = None, **kwargs)

Parameters

binding_type
str
Required

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

script
str
Required

The CSharp code containing a single function definition.

Variables

udf_type
str

The function type. Default value: "Scalar".

Attributes

udf_type

udf_type = 'Scalar'