Share via


WebPubSubEventHandler.UserEventPattern Property

Definition

Gets or sets the matching pattern for event names. There are 3 kind of patterns supported: 1. "*", it to matches any event name 2. Combine multiple events with ",", for example "event1,event2", it matches event "event1" and "event2" 3. The single event name, for example, "event1", it matches "event1"

public Azure.Provisioning.BicepValue<string> UserEventPattern { get; set; }
member this.UserEventPattern : Azure.Provisioning.BicepValue<string> with get, set
Public Property UserEventPattern As BicepValue(Of String)

Property Value

Applies to