PartialMonitoringObjectBase.GetMonitoringPerformanceData Method
Applies To: Operations Manager for System Center 2012
Gets all the performance data that is related to this monitoring object and that meets the specified criteria.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringPerformanceData() | Gets all the performance data that is related to this monitoring object. |
|
GetMonitoringPerformanceData(ManagementPackClass) | Gets all the performance data that is related to this monitoring object and the specified monitoring class. |
|
GetMonitoringPerformanceData(ManagementPackClass, TraversalDepth) | Gets all the performance data that is related to this monitoring object and that meets the specified criteria. |
|
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria) | Gets all the performance data that is related to this monitoring object and that meets the specified criteria. |
|
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, ManagementPackClass) | Gets all the performance data that is related to this monitoring object and that meets the specified criteria. |
|
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth) | Gets all the performance data that is related to this monitoring object and that meets the specified criteria. |
|
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, TraversalDepth) | Gets all the performance data that is related to this monitoring object and that meets the specified criteria. |
|
GetMonitoringPerformanceData(TraversalDepth) | Gets 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