Condividi tramite


TriggerCompletedNotificationEventFilter Class

Definition

The notification event filter when the event type is TriggerCompleted.

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

Constructors

Name Description
TriggerCompletedNotificationEventFilter()

Initializes a new instance of TriggerCompletedNotificationEventFilter.

Methods

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

Explicit Interface Implementations

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

Applies to