ManagementGroup.InsertNotificationAction Method (NotificationAction)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Inserts the specified notification action into the management group.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Please use Notifications.GetNotificationAction()")]
public void InsertNotificationAction(
    NotificationAction notificationAction
)
public:
[ObsoleteAttribute("Please use Notifications.GetNotificationAction()")]
void InsertNotificationAction(
    NotificationAction^ notificationAction
)
[<ObsoleteAttribute("Please use Notifications.GetNotificationAction()")>]
member InsertNotificationAction : 
        notificationAction:NotificationAction -> unit
<ObsoleteAttribute("Please use Notifications.GetNotificationAction()")>
Public Sub InsertNotificationAction (
    notificationAction As NotificationAction
)

Parameters

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top