ManagementGroup.GetNotificationActions Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of all the notification actions.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Notifications.GetNotificationActions()")]
public ReadOnlyCollection<NotificationAction> GetNotificationActions()
public:
[ObsoleteAttribute("Please use Notifications.GetNotificationActions()")]
ReadOnlyCollection<NotificationAction^>^ GetNotificationActions()
[<ObsoleteAttribute("Please use Notifications.GetNotificationActions()")>]
member GetNotificationActions : unit -> ReadOnlyCollection<NotificationAction>
<ObsoleteAttribute("Please use Notifications.GetNotificationActions()")>
Public Function GetNotificationActions As ReadOnlyCollection(Of NotificationAction)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<NotificationAction>
Returns aReadOnlyCollection<T> object ofNotificationAction objects.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top