Freigeben über


FunctionAppConfig.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of FunctionAppConfig.

public static Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppConfig DeserializeFromDictionary (System.Collections.IDictionary content);
static member DeserializeFromDictionary : System.Collections.IDictionary -> Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppConfig
Public Shared Function DeserializeFromDictionary (content As IDictionary) As IFunctionAppConfig

Parameters

content
IDictionary

The global::System.Collections.IDictionary content that should be used.

Returns

an instance of IFunctionAppConfig.

Applies to