Partilhar via


FunctionName Interface

public interface FunctionName

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

Resumo do método

Modificador e tipo Método e descrição
String value()

O nome da função.

Detalhes do método

value

public String value()

O nome da função.

Returns:

O nome da função.

Aplica-se a