Share via


MonitoringRelationshipObjectDiscoverySource Class

 

Applies To: Operations Manager for System Center 2012

Represents a discovery source for relationship objects.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Monitoring.DiscoverySource
        Microsoft.EnterpriseManagement.Monitoring.MonitoringRelationshipObjectDiscoverySource

Syntax

[SerializableAttribute]
public class MonitoringRelationshipObjectDiscoverySource : DiscoverySource
[SerializableAttribute]
public ref class MonitoringRelationshipObjectDiscoverySource : DiscoverySource
[<SerializableAttribute>]
type MonitoringRelationshipObjectDiscoverySource = 
    class
        inherit DiscoverySource
    end
<SerializableAttribute>
Public Class MonitoringRelationshipObjectDiscoverySource
    Inherits DiscoverySource

Properties

Name Description
System_CAPS_pubproperty BoundMonitoringObjectId

Obsolete.Gets the globally unique identifier (GUID) for the bound monitoring object.(Overrides DiscoverySource.BoundMonitoringObjectId.)

System_CAPS_pubproperty BoundObjectId

(Overrides DiscoverySource.BoundObjectId.)

System_CAPS_pubproperty ConnectorId

(Overrides DiscoverySource.ConnectorId.)

System_CAPS_pubproperty Id

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubproperty LastSnapshotTime

Gets the last snapshot time, in DateTime format, for the discovery source.(Overrides DiscoverySource.LastSnapshotTime.)

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.(Inherited from DiscoverySource.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty MonitoringConnectorId

Obsolete.Gets the globally unique identifier (GUID) of the connector for the discovery source.(Overrides DiscoverySource.MonitoringConnectorId.)

System_CAPS_pubproperty ObjectId

Gets the globally unique identifier (GUID) of the object that was discovered by the discovery source.(Overrides DiscoverySource.ObjectId.)

System_CAPS_pubproperty SourceType

Gets the type of the discovery source.(Overrides DiscoverySource.SourceType.)

System_CAPS_pubproperty WorkflowId

(Overrides DiscoverySource.WorkflowId.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Reconnects to the specified management group after the object has been disconnected.(Inherited from DiscoverySource.)

System_CAPS_protmethod SetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

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.Monitoring Namespace

Return to top