Condividi tramite


TestRunEndedNotificationEventFilter Class

Definition

The notification event filter when the event type is TestRunEnded and scope is Tests.

public class TestRunEndedNotificationEventFilter : Azure.Developer.LoadTesting.TestsNotificationEventFilter, System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.TestRunEndedNotificationEventFilter>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.TestRunEndedNotificationEventFilter>
type TestRunEndedNotificationEventFilter = class
    inherit TestsNotificationEventFilter
    interface IJsonModel<TestRunEndedNotificationEventFilter>
    interface IPersistableModel<TestRunEndedNotificationEventFilter>
Public Class TestRunEndedNotificationEventFilter
Inherits TestsNotificationEventFilter
Implements IJsonModel(Of TestRunEndedNotificationEventFilter), IPersistableModel(Of TestRunEndedNotificationEventFilter)
Inheritance
TestRunEndedNotificationEventFilter
Implements

Constructors

Name Description
TestRunEndedNotificationEventFilter()

Initializes a new instance of TestRunEndedNotificationEventFilter.

Properties

Name Description
Condition

Event filtering condition.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<TestRunEndedNotificationEventFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<TestRunEndedNotificationEventFilter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<TestsNotificationEventFilter>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from TestsNotificationEventFilter)
IJsonModel<TestsNotificationEventFilter>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from TestsNotificationEventFilter)
IPersistableModel<TestRunEndedNotificationEventFilter>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<TestRunEndedNotificationEventFilter>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<TestRunEndedNotificationEventFilter>.Write(ModelReaderWriterOptions)
IPersistableModel<TestsNotificationEventFilter>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from TestsNotificationEventFilter)
IPersistableModel<TestsNotificationEventFilter>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from TestsNotificationEventFilter)
IPersistableModel<TestsNotificationEventFilter>.Write(ModelReaderWriterOptions) (Inherited from TestsNotificationEventFilter)

Applies to