Compartilhar via


IResourceWithAzureFunctionsConfig.ApplyAzureFunctionsConfiguration Method

Definition

Applies the Azure Functions configuration to the target dictionary.

public void ApplyAzureFunctionsConfiguration (System.Collections.Generic.IDictionary<string,object> target, string connectionName);
abstract member ApplyAzureFunctionsConfiguration : System.Collections.Generic.IDictionary<string, obj> * string -> unit
Public Sub ApplyAzureFunctionsConfiguration (target As IDictionary(Of String, Object), connectionName As String)

Parameters

target
IDictionary<String,Object>

The dictionary to which the Azure Functions configuration will be applied.

connectionName
String

The name of the connection key to be used for the given configuration.

Applies to