TestsNotificationEventFilter 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.
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