Share via


VMIngestionDetailsResponse.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of VMIngestionDetailsResponse.

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

Parameters

content
IDictionary

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

Returns

an instance of IVMIngestionDetailsResponse.

Applies to