Partilhar via


CollectionOffersByAllContextsProperties.DeserializeFromDictionary Method

Definition

Deserializes a IDictionary into an instance of CollectionOffersByAllContextsProperties.

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

Parameters

content
IDictionary

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

Returns

an instance of ICollectionOffersByAllContextsProperties.

Applies to