你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScalarFunctionProperties Class

  • java.lang.Object
    • FunctionProperties
      • com.microsoft.azure.management.streamanalytics.ScalarFunctionProperties

public class ScalarFunctionProperties extends FunctionProperties

The properties that are associated with a scalar function.

Method Summary

Modifier and Type Method and Description
FunctionBinding binding()

Get the binding value.

List<FunctionInput> inputs()

Get the inputs value.

FunctionOutput output()

Get the output value.

ScalarFunctionProperties withBinding(FunctionBinding binding)

Set the binding value.

ScalarFunctionProperties withInputs(List<FunctionInput> inputs)

Set the inputs value.

ScalarFunctionProperties withOutput(FunctionOutput output)

Set the output value.

Inherited Members

Method Details

binding

public FunctionBinding binding()

Get the binding value.

Returns:

the binding value

inputs

public List inputs()

Get the inputs value.

Returns:

the inputs value

output

public FunctionOutput output()

Get the output value.

Returns:

the output value

withBinding

public ScalarFunctionProperties withBinding(FunctionBinding binding)

Set the binding value.

Parameters:

binding - the binding value to set

Returns:

the ScalarFunctionProperties object itself.

withInputs

public ScalarFunctionProperties withInputs(List inputs)

Set the inputs value.

Parameters:

inputs - the inputs value to set

Returns:

the ScalarFunctionProperties object itself.

withOutput

public ScalarFunctionProperties withOutput(FunctionOutput output)

Set the output value.

Parameters:

output - the output value to set

Returns:

the ScalarFunctionProperties object itself.

Applies to