Share via


MonitoringDiagnosticResult Class

Definition

Caution

Use DiagnosticResult

Represents a diagnostic result.

public ref class MonitoringDiagnosticResult : Microsoft::EnterpriseManagement::Common::MonitoringBaseWithId
[System.Obsolete("Use DiagnosticResult")]
[System.Serializable]
public class MonitoringDiagnosticResult : Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
type MonitoringDiagnosticResult = class
    inherit MonitoringBaseWithId
Public Class MonitoringDiagnosticResult
Inherits MonitoringBaseWithId
Inheritance
MonitoringDiagnosticResult
Attributes

Properties

ErrorCode

The error code.

ErrorMessage

The error message.

LastModified

The time this result was last modified.

ManagementGroup

The ManagementGroup the object was instantiated in.

MonitoringDiagnosticId

The id of the diagnostic that ran.

Output

The output of the diagnostic.

Status

The latest status of the diagnostic.

SubmittedBy

Who the diagnostic was submitted by.

TargetMonitoringObjectId

The target of the diagnostic.

TimeFinished

The time this diagnostic was finished.

TimeScheduled

The time this diagnostic was scheduled to run.

TimeStarted

The time this diagnostic was run.

Operators

Implicit(MonitoringDiagnosticResult to DiagnosticResult)

Performs an implicit conversion from MonitoringDiagnosticResult to DiagnosticResult.

Applies to