NotificationRecipient Class

 

Applies To: Operations Manager for System Center 2012

Represents a user or group who receives Operations Manager 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.NotificationRecipient

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod NotificationRecipient(String)

Initializes the class NotificationRecipient with the name of the recipient.

Properties

Name Description
System_CAPS_pubproperty Devices

Gets the devices to which notifications can be sent for this recipient.

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 a unique, user-defined name for this recipient.

System_CAPS_pubproperty ScheduleEntries

Gets the schedule entries that determine when notifications are enabled for this recipient.

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 operational database with the modified property values.

Remarks

After creating a NotificationRecipient, you can insert it into the operational database using the InsertNotificationRecipient method.

Note

If you change the property values for a NotificationRecipient, you can update the operational database by calling the Update method.

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

DeleteNotificationRecipient
GetNotificationRecipient
GetNotificationRecipient
GetNotificationRecipients
Microsoft.EnterpriseManagement.Administration Namespace

Return to top