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

FunctionName Interface

public interface FunctionName

HttpTrigger(name = "req", methods = {"get"}, authLevel = AuthorizationLevel.ANONYMOUS) HttpRequestMessage<Optional<String>> request) { .... }

Method Summary

Modifier and Type Method and Description
String value()

The name of the function.

Method Details

value

public String value()

The name of the function.

Returns:

The name of the function.

Applies to