FunctionApp.addFunctionKey(String functionName, String keyName, String keyValue) 方法
定义
Adds a key to a function in this function app.
public NameValuePair addFunctionKey(String functionName, String keyName, String keyValue)
参数
- functionName
- String
the name of the function
- keyName
- String
the name of the key to add
- keyValue
- String
optional. If not provided, a value will be generated.
返回
the added function key