Share via


EventSourceListResponse.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of EventSourceListResponse.

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

Parameters

content
IDictionary

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

Returns

an instance of IEventSourceListResponse.

Applies to