ManagementGroup.GetMonitoringConsoleTasks Method
Applies To: Operations Manager for System Center 2012
Retrieves a collection of console tasks from the management group.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringConsoleTasks() | Obsolete.Retrieves all the console tasks. |
|
GetMonitoringConsoleTasks(ManagementPackConsoleTaskCriteria) | Obsolete.Retrieves the specified console tasks by specifying the criteria that are used to filter the tasks. |
|
GetMonitoringConsoleTasks<T>(ICollection<T>) | Obsolete.Retrieves all the console tasks that target the specified monitoring object instances. |
|
GetMonitoringConsoleTasks<T>(ManagementPackConsoleTaskCriteria, ICollection<T>) | Obsolete.Retrieves all the console tasks in this management group that match the specified criteria and target the specified monitoring object instances. |
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top