Share via


StorageMoverIdentity.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of StorageMoverIdentity.

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

Parameters

content
IDictionary

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

Returns

an instance of IStorageMoverIdentity.

Applies to