ManagementGroup.DeleteNotificationAction Method (NotificationAction)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Deletes a notification action from the management group.

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

Syntax

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

Parameters

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top