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
System_CAPS_pubmethod GetMonitoringTasks()

Obsolete.Retrieves a collection of all the monitoring tasks.

System_CAPS_pubmethod GetMonitoringTasks(ManagementPackTaskCriteria)

Obsolete.Retrieves a collection of monitoring tasks that match the specified filter.

System_CAPS_pubmethod GetMonitoringTasks<T>(ICollection<T>)

Obsolete.Retrieves a collection of the monitoring tasks in the management group that target the specified monitoring objects.

System_CAPS_pubmethod 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