Compartilhar via


IFunctionApp.AddFunctionKeyAsync Método

Definição

Adiciona uma chave a uma função neste aplicativo de funções.

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)

Parâmetros

functionName
String

O nome da função.

keyName
String

O nome da chave a ser adicionada.

keyValue
String

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

cancellationToken
CancellationToken

Retornos

Aplica-se a