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
System_CAPS_pubmethod GetMonitoringPerformanceDataReader()

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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