Share via


CustomBinding インターフェイス

public interface CustomBinding

CustomBinding(direction = "in", name = "inputParameterName", type = "customBindingTrigger") String customTriggerInput final ExecutionContext context ) { context.getLogger().info(customTriggerInput); }

メソッドの概要

修飾子と型 メソッドと説明
String direction()

バインドの方向を指定するために function.json で使用される変数名(入力または出力)

String name()

function.json で使用される変数名。

String type()

バインドの型を指定するために function.json で使用される変数名。

メソッドの詳細

direction

public String direction()

バインドの方向を指定するために function.json で使用される変数名(入力または出力)

Returns:

入札の方向。

name

public String name()

function.json で使用される変数名。

Returns:

function.json で使用される変数名。

type

public String type()

バインドの型を指定するために function.json で使用される変数名。

Returns:

バインディングの型。

適用対象