Dela via


VMCollectionUpdate.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of VMCollectionUpdate.

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

Parameters

content
IDictionary

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

Returns

an instance of IVMCollectionUpdate.

Applies to