ManagementGroup.GetMonitoringObjects Method
Applies To: Operations Manager for System Center 2012
Retrieves monitoring objects.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringObjects(ICollection<Guid>) | Obsolete.Retrieves a collection of the monitoring objects that have the specified GUIDs. |
|
GetMonitoringObjects(ICollection<MonitoringObjectCriteria>) | Obsolete.Retrieves a collection of monitoring objects that match the specified filter. |
|
GetMonitoringObjects(MonitoringClass) | Obsolete.Retrieves the monitoring objects that match the specified scope. |
|
GetMonitoringObjects(MonitoringObjectCriteria) | Obsolete.Retrieves a collection of monitoring objects that match the specified filter. |
|
GetMonitoringObjects(MonitoringObjectGenericCriteria) | Obsolete.Retrieves a collection of monitoring objects from the management group by specifying generic criteria that are used to filter the returned results. |
|
GetMonitoringObjects(MonitoringObjectGenericCriteria, MonitoringClass) | Obsolete. |
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top