Share via


EventHubDataConnection.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of EventHubDataConnection.

public static Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IEventHubDataConnection DeserializeFromDictionary (System.Collections.IDictionary content);

Parameters

content
IDictionary

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

Returns

an instance of IEventHubDataConnection.

Applies to