Delen via


WebhookNotification Class

Definition

Webhook notification of an autoscale event.

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

Constructors

WebhookNotification()

Initializes a new instance of WebhookNotification.

Properties

Properties

a property bag of settings. This value can be empty.

ServiceUri

the service address to receive the notification.

Explicit Interface Implementations

IJsonModel<WebhookNotification>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebhookNotification>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebhookNotification>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebhookNotification>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebhookNotification>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to