Baca dalam bahasa Inggris

Bagikan melalui


SystemData.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of SystemData.

public static Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ISystemData DeserializeFromDictionary (System.Collections.IDictionary content);

Parameters

content
IDictionary

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

Returns

an instance of ISystemData.

Applies to