Notification 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.
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. |