Compartir a través de


TriggerProperties.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of TriggerProperties.

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

Parameters

content
IDictionary

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

Returns

an instance of ITriggerProperties.

Applies to