DiscoveryTaskResult Class
Applies To: Operations Manager for System Center 2012
Represents the result of a discovery operation.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Administration.DiscoveryTaskResult
Syntax
public class DiscoveryTaskResult
public ref class DiscoveryTaskResult
type DiscoveryTaskResult = class end
Public Class DiscoveryTaskResult
Properties
Name | Description | |
---|---|---|
BatchId | The globally unique identifier (GUID) for the batch of tasks in this discovery operation. |
|
CreatableEnterpriseManagementObjects | ||
CustomMonitoringObjects | Obsolete.Gets the objects found during the discovery operation. |
|
MonitoringTaskResults | Obsolete.Gets monitoring information about the task that performed the discovery. |
|
TaskResults |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
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.Administration Namespace
Return to top