IFunctionApp.RemoveFunctionKeyAsync(String, String, CancellationToken) Method

Definition

Removes a key to a function in this function app.

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

Parameters

functionName
String

The name of the function.

keyName
String

The name of the key to remove.

cancellationToken
CancellationToken

Returns

Applies to