FirewallRule.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of FirewallRule.

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

Parameters

content
IDictionary

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

Returns

an instance of IFirewallRule.

Applies to