AlertNotificationSubscription Class

 

Applies To: Operations Manager for System Center 2012

A notification subscription that is based on alert change notifications.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
      Microsoft.EnterpriseManagement.Administration.NotificationSubscription
        Microsoft.EnterpriseManagement.Administration.AlertNotificationSubscription

Syntax

[SerializableAttribute]
public class AlertNotificationSubscription : NotificationSubscription
[SerializableAttribute]
public ref class AlertNotificationSubscription : NotificationSubscription
[<SerializableAttribute>]
type AlertNotificationSubscription = 
    class
        inherit NotificationSubscription
    end
<SerializableAttribute>
Public Class AlertNotificationSubscription
    Inherits NotificationSubscription

Constructors

Name Description
System_CAPS_pubmethod AlertNotificationSubscription(String, AlertSubscriptionConfiguration)

Initializes a new AlertNotificationSubscription object.

Properties

Name Description
System_CAPS_pubproperty Actions

Gets the notification actions for this notification subscription.(Inherited from NotificationSubscription.)

System_CAPS_pubproperty BccRecipients

Gets the notification recipients on the Bcc line of the notification.(Inherited from NotificationSubscription.)

System_CAPS_pubproperty CcRecipients

Gets the notification recipients on the Cc line of the notification.(Inherited from NotificationSubscription.)

System_CAPS_pubproperty Configuration

Gets or sets the configuration settings for the alert notification subscription.

System_CAPS_pubproperty Description

Gets or sets the description of the notification subscription.(Inherited from NotificationSubscription.)

System_CAPS_pubproperty DisplayName

Gets or sets the display name of the notification subscription.(Inherited from NotificationSubscription.)

System_CAPS_pubproperty Enabled

Gets or sets a value that indicates whether the notification subscription is enabled. A disabled notification subscription does not deliver notifications.(Inherited from NotificationSubscription.)

System_CAPS_pubproperty Id

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.(Inherited from NotificationSubscription.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty Name

Gets or sets the name of the notification subscription.(Inherited from NotificationSubscription.)

System_CAPS_pubproperty ToRecipients

Gets the notification recipients on the To line of the notification.(Inherited from NotificationSubscription.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Reconnects to the specified management group after the object has been disconnected.(Inherited from NotificationSubscription.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethod Update()

Updates the notification subscription. This method does not reset the time at which the subscription starts looking for alerts.(Inherited from NotificationSubscription.)

System_CAPS_pubmethod Update(Boolean)

Updates the notification subscription and specifies whether to reset the time at which the subscription starts looking for alerts.(Inherited from NotificationSubscription.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top