Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of monitoring objects from the management group by specifying generic criteria that are used to filter the returned results.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use EntityObjects.GetObjects<MonitoringObject>()")]
public ReadOnlyCollection<MonitoringObject> GetMonitoringObjects(
    MonitoringObjectGenericCriteria criteria
)
public:
[ObsoleteAttribute("Please use EntityObjects.GetObjects<MonitoringObject>()")]
ReadOnlyCollection<MonitoringObject^>^ GetMonitoringObjects(
    MonitoringObjectGenericCriteria^ criteria
)
[<ObsoleteAttribute("Please use EntityObjects.GetObjects<MonitoringObject>()")>]
member GetMonitoringObjects : 
        criteria:MonitoringObjectGenericCriteria -> ReadOnlyCollection<MonitoringObject>
<ObsoleteAttribute("Please use EntityObjects.GetObjects<MonitoringObject>()")>
Public Function GetMonitoringObjects (
    criteria As MonitoringObjectGenericCriteria
) As ReadOnlyCollection(Of MonitoringObject)
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.
See Also
GetMonitoringObjects Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top