WebPubSubGroupPresenceEventFilters 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.
Represents presence event filters for event handler configuration.
public class WebPubSubGroupPresenceEventFilters : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WebPubSub.Models.WebPubSubGroupPresenceEventFilters>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WebPubSub.Models.WebPubSubGroupPresenceEventFilters>
type WebPubSubGroupPresenceEventFilters = class
interface IJsonModel<WebPubSubGroupPresenceEventFilters>
interface IPersistableModel<WebPubSubGroupPresenceEventFilters>
Public Class WebPubSubGroupPresenceEventFilters
Implements IJsonModel(Of WebPubSubGroupPresenceEventFilters), IPersistableModel(Of WebPubSubGroupPresenceEventFilters)
- Inheritance
-
WebPubSubGroupPresenceEventFilters
- Implements
Constructors
| Name | Description |
|---|---|
| WebPubSubGroupPresenceEventFilters(IEnumerable<WebPubSubGroupPresenceEventName>) |
Initializes a new instance of WebPubSubGroupPresenceEventFilters. |
Properties
| Name | Description |
|---|---|
| EventNames |
The concerning event names. Valid values are "joined", "left". If the value is null or empty, no presence events will be sent to the event handler. |
| GroupFilters |
The group filters. Only events from these groups will be sent to the event handler. Each element is a pattern that may match multiple groups. If null or empty, events from all groups will be sent (subject to eventNames). |