NotificationRecipientDevice Class
Applies To: Operations Manager for System Center 2012
Represents a device (such as email, a pager, or a mobile phone) to which notifications can be sent.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Administration.NotificationRecipientDevice
Syntax
[SerializableAttribute]
public class NotificationRecipientDevice
[SerializableAttribute]
public ref class NotificationRecipientDevice
[<SerializableAttribute>]
type NotificationRecipientDevice = class end
<SerializableAttribute>
Public Class NotificationRecipientDevice
Constructors
Name | Description | |
---|---|---|
NotificationRecipientDevice(String, String) | Initializes the NotificationRecipientDevice class with the name of the protocol used to send notifications to this device, and the address of the device. |
Properties
Name | Description | |
---|---|---|
Address | Gets or sets the address to which notifications are sent for this device. |
|
Name | Gets or sets the user-defined name for this device. |
|
Protocol | Gets or sets the name of the protocol used to send notifications to this device. |
|
ScheduleEntries | Gets a schedule that determines when the device is available to receive notifications. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Remarks
After initializing a NotificationRecipientDevice, you can add it to a specific recipient's Devices list.
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