MonitoringDiagnosticResult Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Represents a diagnostic result.

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.MonitoringDiagnosticResult

Syntax

[SerializableAttribute]
[ObsoleteAttribute("Use DiagnosticResult")]
public class MonitoringDiagnosticResult : MonitoringBaseWithId
[SerializableAttribute]
[ObsoleteAttribute("Use DiagnosticResult")]
public ref class MonitoringDiagnosticResult : MonitoringBaseWithId
[<SerializableAttribute>]
[<ObsoleteAttribute("Use DiagnosticResult")>]
type MonitoringDiagnosticResult = 
    class
        inherit MonitoringBaseWithId
    end
<SerializableAttribute>
<ObsoleteAttribute("Use DiagnosticResult")>
Public Class MonitoringDiagnosticResult
    Inherits MonitoringBaseWithId

Properties

Name Description
System_CAPS_pubproperty ErrorCode

Gets the error code for the diagnostic result.

System_CAPS_pubproperty ErrorMessage

Gets the error message for the diagnostic result.

System_CAPS_pubproperty Id

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubproperty LastModified

Gets the last time, in DateTime format, that the diagnostic result was modified.

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty MonitoringDiagnosticId

Gets the globally unique identifier (GUID) of the diagnostic that ran.

System_CAPS_pubproperty Output

Gets the output of the diagnostic.

System_CAPS_pubproperty Status

Gets the latest status of the diagnostic.

System_CAPS_pubproperty SubmittedBy

Gets the name of the user who submitted the diagnostic.

System_CAPS_pubproperty TargetMonitoringObjectId

Gets the globally unique identifier (GUID) for the monitoring object that is the target of the diagnostic.

System_CAPS_pubproperty TimeFinished

Gets the time, in DateTime format, that the diagnostic was finished.

System_CAPS_pubproperty TimeScheduled

Gets the time, in DateTime format, that the diagnostic was scheduled to run.

System_CAPS_pubproperty TimeStarted

Gets the time, in DateTime format, that the diagnostic was run.

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)

(Inherited from MonitoringBase.)

System_CAPS_protmethod SetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Implicit(MonitoringDiagnosticResult to DiagnosticResult)

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