Freigeben über


StorageTaskAssignment.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of StorageTaskAssignment.

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

Parameters

content
IDictionary

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

Returns

an instance of IStorageTaskAssignment.

Applies to