你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomBinding 接口
public interface CustomBinding
CustomBinding (direction = “in”, name = “inputParameterName”, type = “customBindingTrigger”) String customTriggerInput final ExecutionContext context ) { context.getLogger () .info (customTriggerInput) ; }
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
direction()
function.json 中用于指定绑定方向的变量名称:in 或 out |
String |
name()
function.json 中使用的变量名称。 |
String |
type()
function.json 中用于指定绑定类型的变量名称。 |
方法详细信息
direction
public String direction()
function.json 中用于指定绑定方向的变量名称:in 或 out
Returns:
投标方向。
name
public String name()
function.json 中使用的变量名称。
Returns:
function.json 中使用的变量名称。
type
public String type()
function.json 中用于指定绑定类型的变量名称。
Returns:
绑定的类型。