Sdílet prostřednictvím


IFunctionApp.RemoveFunctionKeyAsync(String, String, CancellationToken) Metoda

Definice

Odebere klíč k funkci v této aplikaci funkcí.

public System.Threading.Tasks.Task RemoveFunctionKeyAsync (string functionName, string keyName, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveFunctionKeyAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RemoveFunctionKeyAsync (functionName As String, keyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parametry

functionName
String

Název funkce.

keyName
String

Název klíče, který se má odebrat.

cancellationToken
CancellationToken

Návraty

Platí pro