Notification Class

Definition

Describes the notification channel for cluster events.

public class Notification
type Notification = class
Public Class Notification
Inheritance
Notification

Constructors

Notification()

Initializes a new instance of the Notification class.

Notification(Boolean, String, IList<NotificationTarget>)

Initializes a new instance of the Notification class.

Properties

IsEnabled

Gets or sets indicates if the notification is enabled.

NotificationCategory

Gets or sets the category of notification.

NotificationLevel

Gets or sets the level of notification. Possible values include: 'Critical', 'All'

NotificationTargets

Gets or sets list of targets that subscribe to the notification.

Methods

Validate()

Validate the object.

Applies to