IEventNameFilter Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.EventNameFilterTypeConverter))]
public interface IEventNameFilter : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IEventListenerFilter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.EventNameFilterTypeConverter))>]
type IEventNameFilter = interface
interface IJsonSerializable
interface IEventListenerFilter
Public Interface IEventNameFilter
Implements IEventListenerFilter
- Derived
- Attributes
- Implements
Properties
SystemEvent |
Gets or sets a list of system events. Supported events: "connected" and "disconnected". Blocking event "connect" is not supported because it requires a response. |
Type | (Inherited from IEventListenerFilter) |
UserEventPattern |
Gets or sets a matching pattern for event names. There are 3 kinds of patterns supported:
|
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |