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
System_CAPS_pubmethod GetPartialMonitoringObjects(ICollection<Guid>)

Obsolete.Retrieves a collection of the partial monitoring objects that have the specified GUIDs.

System_CAPS_pubmethod GetPartialMonitoringObjects(MonitoringClass)

Obsolete.Retrieves a collection of the partial monitoring objects from the management group that are of the specified class.

System_CAPS_pubmethod GetPartialMonitoringObjects(MonitoringObjectGenericCriteria)

Obsolete.Retrieves a collection of partial monitoring objects that match the specified filter.

System_CAPS_pubmethod 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