AlertNotificationSubscription Class

System Center
 

Updated: April 16, 2012

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)


[SerializableAttribute]
public ref class AlertNotificationSubscription : NotificationSubscription

NameDescription
System_CAPS_pubmethodAlertNotificationSubscription(String^, AlertSubscriptionConfiguration^)

Initializes a new AlertNotificationSubscription object.

NameDescription
System_CAPS_pubpropertyActions

Gets the notification actions for this notification subscription.(Inherited from NotificationSubscription.)

System_CAPS_pubpropertyBccRecipients

Gets the notification recipients on the Bcc line of the notification.(Inherited from NotificationSubscription.)

System_CAPS_pubpropertyCcRecipients

Gets the notification recipients on the Cc line of the notification.(Inherited from NotificationSubscription.)

System_CAPS_pubpropertyConfiguration

Gets or sets the configuration settings for the alert notification subscription.

System_CAPS_pubpropertyDescription

Gets or sets the description of the notification subscription.(Inherited from NotificationSubscription.)

System_CAPS_pubpropertyDisplayName

Gets or sets the display name of the notification subscription.(Inherited from NotificationSubscription.)

System_CAPS_pubpropertyEnabled

Gets or sets a value that indicates whether the notification subscription is enabled. A disabled notification subscription does not deliver notifications.(Inherited from NotificationSubscription.)

System_CAPS_pubpropertyId
System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.(Inherited from NotificationSubscription.)

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyName

Gets or sets the name of the notification subscription.(Inherited from NotificationSubscription.)

System_CAPS_pubpropertyToRecipients

Gets the notification recipients on the To line of the notification.(Inherited from NotificationSubscription.)

NameDescription
System_CAPS_pubmethodEquals(Object^)
System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Reconnects to the specified management group after the object has been disconnected.(Inherited from NotificationSubscription.)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethodUpdate()

Updates the notification subscription. This method does not reset the time at which the subscription starts looking for alerts.(Inherited from NotificationSubscription.)

System_CAPS_pubmethodUpdate(Boolean)

Updates the notification subscription and specifies whether to reset the time at which the subscription starts looking for alerts.(Inherited from NotificationSubscription.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: