Condividi tramite


TestsNotificationEventFilter Class

Definition

The notification event filter for Tests scope. Please note this is the abstract base class. The derived classes available for instantiation are: TestRunEndedNotificationEventFilter, TestRunStartedNotificationEventFilter, TriggerCompletedNotificationEventFilter, and TriggerDisabledNotificationEventFilter.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Developer.LoadTesting.UnknownTestsNotificationEventFilter))]
public abstract class TestsNotificationEventFilter : System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.TestsNotificationEventFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.TestsNotificationEventFilter>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Developer.LoadTesting.UnknownTestsNotificationEventFilter))>]
type TestsNotificationEventFilter = class
    interface IJsonModel<TestsNotificationEventFilter>
    interface IPersistableModel<TestsNotificationEventFilter>
Public MustInherit Class TestsNotificationEventFilter
Implements IJsonModel(Of TestsNotificationEventFilter), IPersistableModel(Of TestsNotificationEventFilter)
Inheritance
TestsNotificationEventFilter
Derived
Attributes
Implements

Applies to