次の方法で共有


EventNameFilter.UserEventPattern Property

Definition

Gets or sets a matching pattern for event names. There are 3 kinds of patterns supported:

  1. "*", it matches any event name
  2. Combine multiple events with ",", for example "event1,event2", it matches events "event1" and "event2"
  3. A single event name, for example, "event1", it matches "event1"
[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Origin(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.PropertyOrigin.Owned)]
public string UserEventPattern { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Origin(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.PropertyOrigin.Owned)>]
member this.UserEventPattern : string with get, set
Public Property UserEventPattern As String

Property Value

Implements

Attributes

Applies to