Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
notificationAction
Type: Microsoft.EnterpriseManagement.Administration.NotificationActionThe notification action to delete.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top