ManagementGroup.InsertNotificationSubscription Method (NotificationSubscription)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Inserts the specified notification subscription into the management group.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Notifications.InsertNotificationSubscription()")]
public void InsertNotificationSubscription(
NotificationSubscription notificationSubscription
)
public:
[ObsoleteAttribute("Please use Notifications.InsertNotificationSubscription()")]
void InsertNotificationSubscription(
NotificationSubscription^ notificationSubscription
)
[<ObsoleteAttribute("Please use Notifications.InsertNotificationSubscription()")>]
member InsertNotificationSubscription :
notificationSubscription:NotificationSubscription -> unit
<ObsoleteAttribute("Please use Notifications.InsertNotificationSubscription()")>
Public Sub InsertNotificationSubscription (
notificationSubscription As NotificationSubscription
)
Parameters
notificationSubscription
Type: Microsoft.EnterpriseManagement.Administration.NotificationSubscriptionThe notification subscription to insert.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top