DiscoverySource Class

System Center
 

Updated: April 16, 2012

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)


[SerializableAttribute]
public ref class DiscoverySource abstract : MonitoringBaseWithId

NameDescription
System_CAPS_pubpropertyBoundMonitoringObjectId

Obsolete.Gets the globally unique identifier (GUID) for the bound monitoring object in the discovery source.

System_CAPS_pubpropertyBoundObjectId

System_CAPS_pubpropertyConnectorId

System_CAPS_pubpropertyId

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubpropertyLastSnapshotTime

Gets the last snapshot time, in DateTime format, for the discovery source.

System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitoringConnectorId

Obsolete.Gets the globally unique identifier (GUID) for the monitoring connector of the discovery source.

System_CAPS_pubpropertyObjectId

Gets the globally unique identifier (GUID) for the object that was discovered by the discovery source.

System_CAPS_pubpropertySourceType

Gets the type of the discovery source.

System_CAPS_pubpropertyWorkflowId

Gets the globally unique identifier (GUID) that identifies the rule, discovery object, or task in the discovery source.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).)

System_CAPS_protmethodSetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: