NotificationRecipient Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a user or group who receives Operations Manager notifications.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.Common::MonitoringBase
Microsoft.EnterpriseManagement.Common::CreatableMonitoringBaseWithId
Microsoft.EnterpriseManagement.Administration::NotificationRecipient
| Name | Description | |
|---|---|---|
![]() | NotificationRecipient(String^) | Initializes the class NotificationRecipient with the name of the recipient. |
| Name | Description | |
|---|---|---|
![]() | Devices | Gets the devices to which notifications can be sent for this recipient. |
![]() | Id | (Inherited from CreatableMonitoringBaseWithId.) |
![]() | ManagementGroup | The connection management group connection used by this object. |
![]() | ManagementGroupId | (Inherited from MonitoringBase.) |
![]() | Name | Gets or sets a unique, user-defined name for this recipient. |
![]() | ScheduleEntries | Gets the schedule entries that determine when notifications are enabled for this recipient. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from CreatableMonitoringBaseWithId.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from CreatableMonitoringBaseWithId.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Reconnect(EnterpriseManagementGroup^) | Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).) |
![]() | ToString() | (Inherited from MonitoringBase.) |
![]() | Update() | Updates the operational database with the modified property values. |
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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



