MonitoringViewType.GetDerivedObject(ManagementPackViewType) Method

Definition

Converts a ManagementPackViewType to a MonitoringViewType, for backwards compatability

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

Parameters

clone
ManagementPackViewType

The clone

Returns

Applies to