ManagementGroup.GetMonitoringReportResource(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.
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.