Condividi tramite


WebtestsResource.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of WebtestsResource.

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

Parameters

content
IDictionary

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

Returns

an instance of IWebtestsResource.

Applies to