ManagementGroup::GetMonitoringObjects Method (MonitoringObjectGenericCriteria^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Retrieves a collection of monitoring objects from the management group by specifying generic criteria that are used to filter the returned results.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use EntityObjects.GetObjects<MonitoringObject>()")] ReadOnlyCollection<MonitoringObject^>^ GetMonitoringObjects( MonitoringObjectGenericCriteria^ criteria )
Parameters
- criteria
-
Type:
Microsoft.EnterpriseManagement.Monitoring::MonitoringObjectGenericCriteria^
A generic value that specifies the kind of monitoring objects.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MonitoringObject^>^Returns aReadOnlyCollection<T> ofMonitoringObject objects.
Show: