Condividi tramite


DevTestLabNotificationChannelEvent Class

Definition

An event to be notified for.

public class DevTestLabNotificationChannelEvent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationChannelEvent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationChannelEvent>
public class DevTestLabNotificationChannelEvent
type DevTestLabNotificationChannelEvent = class
    interface IJsonModel<DevTestLabNotificationChannelEvent>
    interface IPersistableModel<DevTestLabNotificationChannelEvent>
type DevTestLabNotificationChannelEvent = class
Public Class DevTestLabNotificationChannelEvent
Implements IJsonModel(Of DevTestLabNotificationChannelEvent), IPersistableModel(Of DevTestLabNotificationChannelEvent)
Public Class DevTestLabNotificationChannelEvent
Inheritance
DevTestLabNotificationChannelEvent
Implements

Constructors

DevTestLabNotificationChannelEvent()

Initializes a new instance of DevTestLabNotificationChannelEvent.

Properties

EventName

The event type for which this notification is enabled (i.e. AutoShutdown, Cost).

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevTestLabNotificationChannelEvent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DevTestLabNotificationChannelEvent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabNotificationChannelEvent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabNotificationChannelEvent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DevTestLabNotificationChannelEvent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to