Share via


Gen1EnvironmentCreationProperties.DeserializeFromDictionary Method

Definition

Deserializes a IDictionary into an instance of Gen1EnvironmentCreationProperties.

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

Parameters

content
IDictionary

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

Returns

an instance of IGen1EnvironmentCreationProperties.

Applies to