PartialMonitoringObjectBase.GetMonitoringPerformanceData Method

Definition

Gets all the performance data that is related to this monitoring object and that meets the specified criteria.

Overloads

GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceData(ManagementPackClass, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, ManagementPackClass)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceData(ManagementPackClass)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceData(TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceData()

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceData : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData (criteria As MonitoringPerformanceDataCriteria, managementPackClass As ManagementPackClass, traversalDepth As TraversalDepth) As ReadOnlyCollection(Of MonitoringPerformanceData)

Parameters

criteria
MonitoringPerformanceDataCriteria

The optional (pass null) criteria to scope the method by.

managementPackClass
ManagementPackClass

The class to scope by.

traversalDepth
TraversalDepth

Whether to include instance that are contained by instances of the class.

Returns

A collection of fully populated performance data objects.

Applies to

GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceData : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Common.TraversalDepth -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData (criteria As MonitoringPerformanceDataCriteria, traversalDepth As TraversalDepth) As ReadOnlyCollection(Of MonitoringPerformanceData)

Parameters

criteria
MonitoringPerformanceDataCriteria

The criteria to scope the method by.

traversalDepth
TraversalDepth

Whether to return performance data from entities contained by this entity as well.

Returns

A collection of fully populated MonitoringPerformanceData objects.

Applies to

GetMonitoringPerformanceData(ManagementPackClass, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData (Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceData : Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData (managementPackClass As ManagementPackClass, traversalDepth As TraversalDepth) As ReadOnlyCollection(Of MonitoringPerformanceData)

Parameters

managementPackClass
ManagementPackClass

The class to scope by.

traversalDepth
TraversalDepth

Whether to include instance that are contained by instances of the class.

Returns

A collection of fully populated performance data objects.

Applies to

GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, ManagementPackClass)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass);
member this.GetMonitoringPerformanceData : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Configuration.ManagementPackClass -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData (criteria As MonitoringPerformanceDataCriteria, managementPackClass As ManagementPackClass) As ReadOnlyCollection(Of MonitoringPerformanceData)

Parameters

criteria
MonitoringPerformanceDataCriteria

The optional (pass null) criteria to scope the method by.

managementPackClass
ManagementPackClass

The class to scope by.

Returns

A collection of fully populated performance data objects.

Applies to

GetMonitoringPerformanceData(ManagementPackClass)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData (Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass);
member this.GetMonitoringPerformanceData : Microsoft.EnterpriseManagement.Configuration.ManagementPackClass -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData (managementPackClass As ManagementPackClass) As ReadOnlyCollection(Of MonitoringPerformanceData)

Parameters

managementPackClass
ManagementPackClass

The class to scope by.

Returns

A collection of fully populated performance data objects.

Applies to

GetMonitoringPerformanceData(TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData> GetMonitoringPerformanceData (Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceData : Microsoft.EnterpriseManagement.Common.TraversalDepth -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData>
Public Function GetMonitoringPerformanceData (traversalDepth As TraversalDepth) As ReadOnlyCollection(Of MonitoringPerformanceData)

Parameters

traversalDepth
TraversalDepth

Whether to return performance data from entities contained by this entity as well.

Returns

A collection of fully populated MonitoringPerformanceData objects.

Applies to

GetMonitoringPerformanceData()

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ 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.

Applies to

GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^> ^ GetMonitoringPerformanceData(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria);
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 optional (pass null) criteria to scope the method by.

Returns

A collection of fully populated MonitoringPerformanceData objects.

Applies to