Share via


ManagementGroup.GetMonitoringPerformanceData Method

 

Applies To: Operations Manager for System Center 2012

Retrieves monitoring performance data from the management group.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringPerformanceData()

Obsolete.Retrieves all the monitoring performance data from the management group.

System_CAPS_pubmethod GetMonitoringPerformanceData(Guid)

Obsolete.Retrieves the monitoring performance data that have the specified GUID.

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringClass)

Obsolete.Retrieves the monitoring performance data for the specified class.

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringClass, TraversalDepth)

Obsolete.Retrieves monitoring performance data for the specified class, with the option to include instances of derived classes.

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria)

Obsolete.Retrieves a collection of performance data objects that match the specified filter.

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, MonitoringClass)

Obsolete.Retrieves monitoring performance data for the specified class that matches the specified filter.

System_CAPS_pubmethod GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, MonitoringClass, TraversalDepth)

Obsolete.Retrieves a collection of monitoring performance data for the specified class that matches the specified filter, with the option to include instances of derived classes.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top