IFunctionApp.AddFunctionKey(String, String, String) Method
Definition
public Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair AddFunctionKey (string functionName, string keyName, string keyValue);
abstract member AddFunctionKey : string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair
Public Function AddFunctionKey (functionName As String, keyName As String, keyValue As String) As NameValuePair
Parameters
Returns
- NameValuePair
Applies to