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 | |
---|---|---|
Actions | Gets the notification actions for this notification subscription. |
|
BccRecipients | Gets the notification recipients on the Bcc line of the notification. |
|
CcRecipients | Gets the notification recipients on the Cc line of the notification. |
|
Description | Gets or sets the description of the notification subscription. |
|
DisplayName | Gets or sets the display name of the notification subscription. |
|
Enabled | Gets or sets a value that indicates whether the notification subscription is enabled. A disabled notification subscription does not deliver notifications. |
|
Id | (Inherited from CreatableMonitoringBaseWithId.) |
|
ManagementGroup | The connection management group connection used by this object. |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
Name | Gets or sets the name of the notification subscription. |
|
ToRecipients | Gets the notification recipients on the To line of the notification. |
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 notification subscription. This method does not reset the time at which the subscription starts looking for alerts. |
|
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