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