Share via


IOperationalDataManagement.GetMonitoringPerformanceDataById(Guid) Method

Definition

Retrieves the performance data by id.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceData ^ GetMonitoringPerformanceDataById(Guid id);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData GetMonitoringPerformanceDataById (Guid id);
abstract member GetMonitoringPerformanceDataById : Guid -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceData
Public Function GetMonitoringPerformanceDataById (id As Guid) As MonitoringPerformanceData

Parameters

id
Guid

The id of the performance data.

Returns

The performance data.

Exceptions

The object with the requested parameters was not found.

Applies to