MonitoringSchemaType.GetDerivedObject(ManagementPackSchemaType) Method

Definition

Converts a ManagementPackSchemaType to a MonitoringSchemaType, for backwards compatability

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

Parameters

clone
ManagementPackSchemaType

The clone

Returns

MonitoringSchemaType

Applies to