Share via


AlertNotificationSubscription Class

Definition

A notification subscription based on alert change notifications.

public ref class AlertNotificationSubscription : Microsoft::EnterpriseManagement::Administration::NotificationSubscription
[System.Serializable]
public class AlertNotificationSubscription : Microsoft.EnterpriseManagement.Administration.NotificationSubscription
type AlertNotificationSubscription = class
    inherit NotificationSubscription
Public Class AlertNotificationSubscription
Inherits NotificationSubscription
Inheritance
Attributes

Constructors

AlertNotificationSubscription(String, AlertSubscriptionConfiguration)

Constructor a new AlertNotificationSubscription.

Properties

Actions

The actions for this notification.

(Inherited from NotificationSubscription)
BccRecipients

The Bcc: recipients for this notification.

(Inherited from NotificationSubscription)
CcRecipients

The Cc: recipients for this notification.

(Inherited from NotificationSubscription)
Configuration

The criteria to filter alerts by.

Description

The description of the subscription.

(Inherited from NotificationSubscription)
DisplayName

The display name of the subscription.

(Inherited from NotificationSubscription)
Enabled

Indicates if the subscription is enabled

(Inherited from NotificationSubscription)
ManagementGroup

The ManagementGroup the object was instantiated in.

(Inherited from NotificationSubscription)
Name

The name of the subscription.

(Inherited from NotificationSubscription)
ToRecipients

The To: recipients for this notification.

(Inherited from NotificationSubscription)

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

(Inherited from NotificationSubscription)
Update()

Updates the notification subscription.

(Inherited from NotificationSubscription)
Update(Boolean)

Updates the notification subscription.

(Inherited from NotificationSubscription)

Applies to