ManagementGroup.GetMonitoringTasks Method
Applies To: Operations Manager for System Center 2012
Retrieves the monitoring tasks.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringTasks() | Obsolete.Retrieves a collection of all the monitoring tasks. |
|
GetMonitoringTasks(ManagementPackTaskCriteria) | Obsolete.Retrieves a collection of monitoring tasks that match the specified filter. |
|
GetMonitoringTasks<T>(ICollection<T>) | Obsolete.Retrieves a collection of the monitoring tasks in the management group that target the specified monitoring objects. |
|
GetMonitoringTasks<T>(ManagementPackTaskCriteria, ICollection<T>) | Obsolete.Retrieves a collection of the monitoring tasks in the management group that match the specified filter and that target the specified monitoring objects. |
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top