Share via


ManagementGroup.GetMonitoringReportResource(Guid) Method

Definition

Caution

Please use Reporting.GetReportResource()

Gets a MonitoringReportResource by id.

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

Parameters

id
Guid

The id of the requested MonitoringReportResource.

Returns

The MonitoringReportResource.

Attributes

Exceptions

A MonitoringReportResource with that id was not found.

Applies to