IOperationalDataManagement.GetMonitoringPerformanceDataById(Guid) 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 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.