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.
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
notificationAction
Type: Microsoft.EnterpriseManagement.Administration.NotificationActionThe notification action to insert.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top