Share via


EventSpecificDetails.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of EventSpecificDetails.

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

Parameters

content
IDictionary

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

Returns

an instance of IEventSpecificDetails.

Applies to