MonitoringRelationshipClassProperty Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Defines a property in a MonitoringRelationshipClass object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationshipProperty
Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClassProperty
Syntax
[SerializableAttribute]
[ObsoleteAttribute("This class will be removed in the next release and should no longer be used. Please use ManagementPackProperty instead.")]
public class MonitoringRelationshipClassProperty : ManagementPackRelationshipProperty,
IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class will be removed in the next release and should no longer be used. Please use ManagementPackProperty instead.")]
public ref class MonitoringRelationshipClassProperty : ManagementPackRelationshipProperty,
IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class will be removed in the next release and should no longer be used. Please use ManagementPackProperty instead.")>]
type MonitoringRelationshipClassProperty =
class
inherit ManagementPackRelationshipProperty
interface IMonitoringBase
end
<SerializableAttribute>
<ObsoleteAttribute("This class will be removed in the next release and should no longer be used. Please use ManagementPackProperty instead.")>
Public Class MonitoringRelationshipClassProperty
Inherits ManagementPackRelationshipProperty
Implements IMonitoringBase
Constructors
Name | Description | |
---|---|---|
MonitoringRelationshipClassProperty(ManagementPackRelationship, ManagementPackProperty) |
Properties
Methods
Explicit Interface Implementations
Name | Description | |
---|---|---|
IMonitoringBase.Reconnect(EnterpriseManagementGroup) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Configuration Namespace
Return to top