IOperationalDataManagement.GetMonitoringPerformanceDataReader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a performance data reader object that contains performance data.
Overloads
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria) |
Retrieves all the MonitoringPerformanceData objects in the management group. |
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth) |
Retrieves all the MonitoringPerformanceData objects in the management group. |
GetMonitoringPerformanceDataReader(Guid, MonitoringPerformanceDataCriteria, TraversalDepth) |
Retrieves performance data for the object |
GetMonitoringPerformanceDataReader(Guid, MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth) |
Retrieves performance data for the object |
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria)
Retrieves all the MonitoringPerformanceData objects in the management group.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria);
abstract member GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (criteria As MonitoringPerformanceDataCriteria) As MonitoringPerformanceDataReader
Parameters
- criteria
- MonitoringPerformanceDataCriteria
The criteria to scope the method by.
Returns
A collection of fully populated MonitoringPerformanceData objects.
Applies to
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth)
Retrieves all the MonitoringPerformanceData objects in the management group.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
abstract member GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (criteria As MonitoringPerformanceDataCriteria, managementPackClass As ManagementPackClass, traversalDepth As TraversalDepth) As MonitoringPerformanceDataReader
Parameters
- criteria
- MonitoringPerformanceDataCriteria
The criteria to scope the method by.
- managementPackClass
- ManagementPackClass
The monitoring class, and all its derived classes, to scope the method by.
- traversalDepth
- TraversalDepth
The traversal depth for instances. One level implies just the instance of the given class, recursive is all instances contained by those instances as well.
Returns
A collection of fully populated MonitoringPerformanceData objects.
Applies to
GetMonitoringPerformanceDataReader(Guid, MonitoringPerformanceDataCriteria, TraversalDepth)
Retrieves performance data for the object
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Guid instanceId, Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Guid instanceId, Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
abstract member GetMonitoringPerformanceDataReader : Guid * Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (instanceId As Guid, criteria As MonitoringPerformanceDataCriteria, traversalDepth As TraversalDepth) As MonitoringPerformanceDataReader
Parameters
- instanceId
- Guid
- criteria
- MonitoringPerformanceDataCriteria
- traversalDepth
- TraversalDepth
Returns
Performance data.
Applies to
GetMonitoringPerformanceDataReader(Guid, MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth)
Retrieves performance data for the object
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Guid instanceId, Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Guid instanceId, Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
abstract member GetMonitoringPerformanceDataReader : Guid * Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (instanceId As Guid, criteria As MonitoringPerformanceDataCriteria, managementPackClass As ManagementPackClass, traversalDepth As TraversalDepth) As MonitoringPerformanceDataReader
Parameters
- instanceId
- Guid
- criteria
- MonitoringPerformanceDataCriteria
- managementPackClass
- ManagementPackClass
- traversalDepth
- TraversalDepth
Returns
Performance data.