Share via


SenderUsernameResource.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of SenderUsernameResource.

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

Parameters

content
IDictionary

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

Returns

an instance of ISenderUsernameResource.

Applies to