WebhookNotification 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.
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>
type WebhookNotification = class
interface IJsonModel<WebhookNotification>
interface IPersistableModel<WebhookNotification>
Public Class WebhookNotification
Implements IJsonModel(Of WebhookNotification), IPersistableModel(Of 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
Azure SDK for .NET