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 | |
---|---|---|
GetMonitoringPerformanceData() | Obsolete.Retrieves all the monitoring performance data from the management group. |
|
GetMonitoringPerformanceData(Guid) | Obsolete.Retrieves the monitoring performance data that have the specified GUID. |
|
GetMonitoringPerformanceData(MonitoringClass) | Obsolete.Retrieves the monitoring performance data for the specified class. |
|
GetMonitoringPerformanceData(MonitoringClass, TraversalDepth) | Obsolete.Retrieves monitoring performance data for the specified class, with the option to include instances of derived classes. |
|
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria) | Obsolete.Retrieves a collection of performance data objects that match the specified filter. |
|
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, MonitoringClass) | Obsolete.Retrieves monitoring performance data for the specified class that matches the specified filter. |
|
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