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 | |
---|---|---|
NotificationRecipient(String) | Initializes the class NotificationRecipient with the name of the recipient. |
Properties
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. |
Methods
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. |
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