ManagementGroup.GetMonitoringPerformanceData 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 monitoring performance data from the management group.
Overloads
GetMonitoringPerformanceData() |
Obsolete.
Retrieves all the MonitoringPerformanceData objects in the management group. |
GetMonitoringPerformanceData(MonitoringClass) |
Obsolete.
Retrieves all the MonitoringPerformanceData objects in the management group. |
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria) |
Obsolete.
Retrieves all the MonitoringPerformanceData objects in the management group. |
GetMonitoringPerformanceData(Guid) |
Obsolete.
Retrieves the performance data by id. |
GetMonitoringPerformanceData(MonitoringClass, TraversalDepth) |
Obsolete.
Retrieves all the MonitoringPerformanceData objects in the management group. |
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, MonitoringClass) |
Obsolete.
Retrieves all the MonitoringPerformanceData objects in the management group. |
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, MonitoringClass, TraversalDepth) |
Obsolete.
Retrieves all the MonitoringPerformanceData objects in the management group. |
GetMonitoringPerformanceData()
Caution
Please use OperationalData.GetMonitoringPerformanceData()
Retrieves all the MonitoringPerformanceData objects in the management group.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData();
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceData()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData ();
member this.GetMonitoringPerformanceData : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData () As ReadOnlyCollection(Of MonitoringPerformanceData)
Returns
A collection of fully populated MonitoringPerformanceData objects.
- Attributes
Applies to
GetMonitoringPerformanceData(MonitoringClass)
Caution
Please use OperationalData.GetMonitoringPerformanceData()
Retrieves all the MonitoringPerformanceData objects in the management group.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass);
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceData()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData (Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass);
member this.GetMonitoringPerformanceData : Microsoft.EnterpriseManagement.Configuration.MonitoringClass -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData (monitoringClass As MonitoringClass) As ReadOnlyCollection(Of MonitoringPerformanceData)
Parameters
- monitoringClass
- MonitoringClass
The monitoring class, and all its derived classes, to scope the method by.
Returns
A collection of fully populated MonitoringPerformanceData objects.
- Attributes
Applies to
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria)
Caution
Please use OperationalData.GetMonitoringPerformanceData()
Retrieves all the MonitoringPerformanceData objects in the management group.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria);
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceData()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria);
member this.GetMonitoringPerformanceData : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData (criteria As MonitoringPerformanceDataCriteria) As ReadOnlyCollection(Of MonitoringPerformanceData)
Parameters
- criteria
- MonitoringPerformanceDataCriteria
The criteria to scope the method by.
Returns
A collection of fully populated MonitoringPerformanceData objects.
- Attributes
Applies to
GetMonitoringPerformanceData(Guid)
Caution
Please use OperationalData.GetMonitoringPerformanceData()
Retrieves the performance data by id.
public:
Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^ GetMonitoringPerformanceData(Guid id);
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceData()")]
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData GetMonitoringPerformanceData (Guid id);
member this.GetMonitoringPerformanceData : Guid -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData
Public Function GetMonitoringPerformanceData (id As Guid) As MonitoringPerformanceData
Parameters
- id
- Guid
The id of the performance data.
Returns
The performance data.
- Attributes
Exceptions
The object with the requested parameters was not found.
Applies to
GetMonitoringPerformanceData(MonitoringClass, TraversalDepth)
Caution
Please use OperationalData.GetMonitoringPerformanceData()
Retrieves all the MonitoringPerformanceData objects in the management group.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceData()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData (Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceData : Microsoft.EnterpriseManagement.Configuration.MonitoringClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData (monitoringClass As MonitoringClass, traversalDepth As TraversalDepth) As ReadOnlyCollection(Of MonitoringPerformanceData)
Parameters
- monitoringClass
- MonitoringClass
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.
- Attributes
Applies to
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, MonitoringClass)
Caution
Please use OperationalData.GetMonitoringPerformanceData()
Retrieves all the MonitoringPerformanceData objects in the management group.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass);
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceData()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass);
member this.GetMonitoringPerformanceData : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Configuration.MonitoringClass -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData (criteria As MonitoringPerformanceDataCriteria, monitoringClass As MonitoringClass) As ReadOnlyCollection(Of MonitoringPerformanceData)
Parameters
- criteria
- MonitoringPerformanceDataCriteria
The criteria to scope the method by.
- monitoringClass
- MonitoringClass
The monitoring class, and all its derived classes, to scope the method by.
Returns
A collection of fully populated MonitoringPerformanceData objects.
- Attributes
Applies to
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, MonitoringClass, TraversalDepth)
Caution
Please use OperationalData.GetMonitoringPerformanceData()
Retrieves all the MonitoringPerformanceData objects in the management group.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ monitoringClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
[System.Obsolete("Please use OperationalData.GetMonitoringPerformanceData()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Configuration.MonitoringClass monitoringClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceData : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Configuration.MonitoringClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData (criteria As MonitoringPerformanceDataCriteria, monitoringClass As MonitoringClass, traversalDepth As TraversalDepth) As ReadOnlyCollection(Of MonitoringPerformanceData)
Parameters
- criteria
- MonitoringPerformanceDataCriteria
The criteria to scope the method by.
- monitoringClass
- MonitoringClass
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.
- Attributes