Applies To: Operations Manager for System Center 2012
The abstract base class for a discovery source.
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.MonitoringObjectDiscoverySource
        Microsoft.EnterpriseManagement.Monitoring.MonitoringRelationshipObjectDiscoverySource
Syntax
[SerializableAttribute]
public abstract class DiscoverySource : MonitoringBaseWithId
[SerializableAttribute]
public ref class DiscoverySource abstract : MonitoringBaseWithId
[<AbstractClass>]
[<SerializableAttribute>]
type DiscoverySource = 
    class
        inherit MonitoringBaseWithId
    end
<SerializableAttribute>
Public MustInherit Class DiscoverySource
    Inherits MonitoringBaseWithId
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | BoundMonitoringObjectId | Obsolete.Gets the globally unique identifier (GUID) for the bound monitoring object in the discovery source. | 
| .jpeg) | BoundObjectId | |
| .jpeg) | ConnectorId | |
| .jpeg) | Id | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | LastSnapshotTime | Gets the last snapshot time, in DateTime format, for the discovery source. | 
| .jpeg) | ManagementGroup | The connection management group connection used by this object. | 
| .jpeg) | ManagementGroupId | (Inherited from MonitoringBase.) | 
| .jpeg) | MonitoringConnectorId | Obsolete.Gets the globally unique identifier (GUID) for the monitoring connector of the discovery source. | 
| .jpeg) | ObjectId | Gets the globally unique identifier (GUID) for the object that was discovered by the discovery source. | 
| .jpeg) | SourceType | Gets the type of the discovery source. | 
| .jpeg) | WorkflowId | Gets the globally unique identifier (GUID) that identifies the rule, discovery object, or task in the discovery source. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase.Reconnect(EnterpriseManagementGroup).) | 
| .jpeg) | SetId(Guid) | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | 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