次の方法で共有


EventNameFilter.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of EventNameFilter.

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

Parameters

content
IDictionary

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

Returns

an instance of IEventNameFilter.

Applies to