Freigeben über


FrontendEndpoint.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of FrontendEndpoint.

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

Parameters

content
IDictionary

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

Returns

an instance of IFrontendEndpoint.

Applies to