ManagementGroup.GetPartialMonitoringObjects Method
Applies To: Operations Manager for System Center 2012
Retrieves monitoring objects of a single class and of any derived classes, allowing for abstract types to be specified.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetPartialMonitoringObjects(ICollection<Guid>) | Obsolete.Retrieves a collection of the partial monitoring objects that have the specified GUIDs. |
|
GetPartialMonitoringObjects(MonitoringClass) | Obsolete.Retrieves a collection of the partial monitoring objects from the management group that are of the specified class. |
|
GetPartialMonitoringObjects(MonitoringObjectGenericCriteria) | Obsolete.Retrieves a collection of partial monitoring objects that match the specified filter. |
|
GetPartialMonitoringObjects(MonitoringObjectGenericCriteria, MonitoringClass) | Obsolete.Retrieves a collection of the partial monitoring objects from the management group that are of the specified class and match the specified filter. |
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top