Partager via


IFunctionApp.AddFunctionKeyAsync Méthode

Définition

Ajoute une clé à une fonction dans cette application de fonction.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair> AddFunctionKeyAsync (string functionName, string keyName, string keyValue, System.Threading.CancellationToken cancellationToken = default);
abstract member AddFunctionKeyAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>
Public Function AddFunctionKeyAsync (functionName As String, keyName As String, keyValue As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NameValuePair)

Paramètres

functionName
String

Nom de la fonction.

keyName
String

Le nom de la clé à ajouter.

keyValue
String

facultatif. Si elle n’est pas fournie, une valeur est générée.

cancellationToken
CancellationToken

Retours

S’applique à