MonitoringReportResource.GetDerivedObject(ManagementPackReportResource) Method

Definition

Converts a ManagementPackReportResource to a MonitoringReportResource, for backwards compatability

public:
 virtual Microsoft::EnterpriseManagement::Configuration::MonitoringReportResource ^ GetDerivedObject(Microsoft::EnterpriseManagement::Configuration::ManagementPackReportResource ^ clone);
public Microsoft.EnterpriseManagement.Configuration.MonitoringReportResource GetDerivedObject (Microsoft.EnterpriseManagement.Configuration.ManagementPackReportResource clone);
abstract member GetDerivedObject : Microsoft.EnterpriseManagement.Configuration.ManagementPackReportResource -> Microsoft.EnterpriseManagement.Configuration.MonitoringReportResource
override this.GetDerivedObject : Microsoft.EnterpriseManagement.Configuration.ManagementPackReportResource -> Microsoft.EnterpriseManagement.Configuration.MonitoringReportResource
Public Function GetDerivedObject (clone As ManagementPackReportResource) As MonitoringReportResource

Parameters

Returns

MonitoringReportResource

Returns MonitoringReportResource.

Applies to