PartialMonitoringObjectBase.GetMonitoringPerformanceDataReader Method
Applies To: Operations Manager for System Center 2012
Gets a performance data reader that is used to access all the performance data that is related to this monitoring object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringPerformanceDataReader() | Gets a performance data reader that is used to access all the performance data that is related to this monitoring object. |
|
GetMonitoringPerformanceDataReader(ManagementPackClass) | Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and the specified monitoring class. |
|
GetMonitoringPerformanceDataReader(ManagementPackClass, TraversalDepth) | Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria. |
|
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria) | Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria. |
|
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass) | Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria. |
|
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth) | Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria. |
|
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, TraversalDepth) | Gets a performance data reader that is used to access all the performance data that is related to this monitoring object and that meets the specified criteria. |
|
GetMonitoringPerformanceDataReader(TraversalDepth) | Gets a performance data reader that is used to access all the performance data that is related to this monitoring object, and optionally performance data that is related to all the monitoring objects that are contained by this object. |
See Also
PartialMonitoringObjectBase Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top