NotificationSubscription Class

 

Applies To: Operations Manager for System Center 2012

Represents a notification subscription.

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 abstract class NotificationSubscription : CreatableMonitoringBaseWithId
[SerializableAttribute]
public ref class NotificationSubscription abstract : CreatableMonitoringBaseWithId
[<AbstractClass>]
[<SerializableAttribute>]
type NotificationSubscription = 
    class
        inherit CreatableMonitoringBaseWithId
    end
<SerializableAttribute>
Public MustInherit Class NotificationSubscription
    Inherits CreatableMonitoringBaseWithId

Properties

Name Description
System_CAPS_pubproperty Actions

Gets the notification actions for this notification subscription.

System_CAPS_pubproperty BccRecipients

Gets the notification recipients on the Bcc line of the notification.

System_CAPS_pubproperty CcRecipients

Gets the notification recipients on the Cc line of the notification.

System_CAPS_pubproperty Description

Gets or sets the description of the notification subscription.

System_CAPS_pubproperty DisplayName

Gets or sets the display name of the notification subscription.

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.

System_CAPS_pubproperty Id

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty Name

Gets or sets the name of the notification subscription.

System_CAPS_pubproperty ToRecipients

Gets the notification recipients on the To line of the notification.

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.(Overrides MonitoringBase.Reconnect(EnterpriseManagementGroup).)

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.

System_CAPS_pubmethod Update(Boolean)

Updates the notification subscription and specifies whether to reset the time at which the subscription starts looking for alerts.

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