Partilhar via


IFunctionApp.AddFunctionKey(String, String, String) Método

Definição

Adiciona uma chave a uma função nesta aplicação de funções.

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

Parâmetros

functionName
String

O nome da função.

keyName
String

O nome da chave a adicionar.

keyValue
String

Opcional. Se não for fornecido, será gerado um valor.

Devoluções

Aplica-se a