WebPubSubEventNameFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filter events by their name.
public class WebPubSubEventNameFilter : Azure.ResourceManager.WebPubSub.Models.WebPubSubEventListenerFilter, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WebPubSub.Models.WebPubSubEventNameFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WebPubSub.Models.WebPubSubEventNameFilter>
type WebPubSubEventNameFilter = class
inherit WebPubSubEventListenerFilter
interface IJsonModel<WebPubSubEventNameFilter>
interface IPersistableModel<WebPubSubEventNameFilter>
Public Class WebPubSubEventNameFilter
Inherits WebPubSubEventListenerFilter
Implements IJsonModel(Of WebPubSubEventNameFilter), IPersistableModel(Of WebPubSubEventNameFilter)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WebPubSubEventNameFilter() |
Initializes a new instance of WebPubSubEventNameFilter. |
Properties
| Name | Description |
|---|---|
| SystemEvents |
Gets or sets a list of system events. Supported events: "connected" and "disconnected". Blocking event "connect" is not supported because it requires a response. |
| UserEventPattern |
Gets or sets a matching pattern for event names. There are 3 kinds of patterns supported:
|