AlertNotificationSubscription Class
Applies To: Operations Manager for System Center 2012
A notification subscription that is based on alert change 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.NotificationSubscription
Microsoft.EnterpriseManagement.Administration.AlertNotificationSubscription
Syntax
[SerializableAttribute]
public class AlertNotificationSubscription : NotificationSubscription
[SerializableAttribute]
public ref class AlertNotificationSubscription : NotificationSubscription
[<SerializableAttribute>]
type AlertNotificationSubscription =
class
inherit NotificationSubscription
end
<SerializableAttribute>
Public Class AlertNotificationSubscription
Inherits NotificationSubscription
Constructors
Name | Description | |
---|---|---|
AlertNotificationSubscription(String, AlertSubscriptionConfiguration) | Initializes a new AlertNotificationSubscription object. |
Properties
Name | Description | |
---|---|---|
Actions | Gets the notification actions for this notification subscription.(Inherited from NotificationSubscription.) |
|
BccRecipients | Gets the notification recipients on the Bcc line of the notification.(Inherited from NotificationSubscription.) |
|
CcRecipients | Gets the notification recipients on the Cc line of the notification.(Inherited from NotificationSubscription.) |
|
Configuration | Gets or sets the configuration settings for the alert notification subscription. |
|
Description | Gets or sets the description of the notification subscription.(Inherited from NotificationSubscription.) |
|
DisplayName | Gets or sets the display name of the notification subscription.(Inherited from NotificationSubscription.) |
|
Enabled | Gets or sets a value that indicates whether the notification subscription is enabled. A disabled notification subscription does not deliver notifications.(Inherited from NotificationSubscription.) |
|
Id | (Inherited from CreatableMonitoringBaseWithId.) |
|
ManagementGroup | The connection management group connection used by this object.(Inherited from NotificationSubscription.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
Name | Gets or sets the name of the notification subscription.(Inherited from NotificationSubscription.) |
|
ToRecipients | Gets the notification recipients on the To line of the notification.(Inherited from NotificationSubscription.) |
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.(Inherited from NotificationSubscription.) |
|
ToString() | (Inherited from MonitoringBase.) |
|
Update() | Updates the notification subscription. This method does not reset the time at which the subscription starts looking for alerts.(Inherited from NotificationSubscription.) |
|
Update(Boolean) | Updates the notification subscription and specifies whether to reset the time at which the subscription starts looking for alerts.(Inherited from NotificationSubscription.) |
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