Share via


ManagementGroup.GetMonitoringReport(Guid) Method

Definition

Caution

Please use Reporting.GetReport()

Gets a report by id.

public:
 Microsoft::EnterpriseManagement::Configuration::MonitoringReport ^ GetMonitoringReport(Guid id);
[System.Obsolete("Please use Reporting.GetReport()")]
public Microsoft.EnterpriseManagement.Configuration.MonitoringReport GetMonitoringReport (Guid id);
member this.GetMonitoringReport : Guid -> Microsoft.EnterpriseManagement.Configuration.MonitoringReport
Public Function GetMonitoringReport (id As Guid) As MonitoringReport

Parameters

id
Guid

The id of the requested report.

Returns

The MonitoringReport.

Attributes

Exceptions

A MonitoringReport with that id was not found.

Applies to