Share via


Operation.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of Operation.

public static Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IOperation DeserializeFromDictionary (System.Collections.IDictionary content);

Parameters

content
IDictionary

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

Returns

an instance of IOperation.

Applies to