ManagementGroup.DeleteNotificationSubscription Method (NotificationSubscription)
Applies To: Operations Manager for System Center 2012
Deletes a notification subscription from the management group.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void DeleteNotificationSubscription(
NotificationSubscription notificationSubscription
)
public:
void DeleteNotificationSubscription(
NotificationSubscription^ notificationSubscription
)
member DeleteNotificationSubscription :
notificationSubscription:NotificationSubscription -> unit
Public Sub DeleteNotificationSubscription (
notificationSubscription As NotificationSubscription
)
Parameters
notificationSubscription
Type: Microsoft.EnterpriseManagement.Administration.NotificationSubscriptionThe notification subscription to delete.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top