SystemMonitoringRelationshipClass Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Defines system relationship classes.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.SystemRelationship
Microsoft.EnterpriseManagement.Configuration.SystemMonitoringRelationship
Microsoft.EnterpriseManagement.Configuration.SystemMonitoringRelationshipClass
Syntax
[ObsoleteAttribute("This class is deprectated. Please use SystemMonitoringRelationship instead")]
public class SystemMonitoringRelationshipClass : SystemMonitoringRelationship
[ObsoleteAttribute("This class is deprectated. Please use SystemMonitoringRelationship instead")]
public ref class SystemMonitoringRelationshipClass : SystemMonitoringRelationship
[<ObsoleteAttribute("This class is deprectated. Please use SystemMonitoringRelationship instead")>]
type SystemMonitoringRelationshipClass =
class
inherit SystemMonitoringRelationship
end
<ObsoleteAttribute("This class is deprectated. Please use SystemMonitoringRelationship instead")>
Public Class SystemMonitoringRelationshipClass
Inherits SystemMonitoringRelationship
Properties
Name | Description | |
---|---|---|
Id | (Inherited from SystemRelationship.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from SystemRelationship.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from SystemRelationship.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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