IResourceWithAzureFunctionsConfig.ApplyAzureFunctionsConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.