ManagementGroup.GetMonitoringPerformanceDataReader Method
Applies To: Operations Manager for System Center 2012
Retrieves a performance data reader object that contains performance data.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringPerformanceDataReader() | Obsolete.Retrieves a performance data reader that contains all the performance data. |
|
GetMonitoringPerformanceDataReader(MonitoringClass) | Obsolete.Retrieves a performance data reader for the specified class. |
|
GetMonitoringPerformanceDataReader(MonitoringClass, TraversalDepth) | Obsolete.Retrieves a performance data reader for the specified class, with the option to include instances of derived classes. |
|
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria) | Obsolete.Retrieves a performance data reader that matches the specified filter. |
|
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, MonitoringClass) | Obsolete.Retrieves a performance data reader for the specified class that matches the specified filter. |
|
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a performance data reader 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