MonitoringDiagnosticResult Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a diagnostic result.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.Common::MonitoringBase
Microsoft.EnterpriseManagement.Common::MonitoringBaseWithId
Microsoft.EnterpriseManagement.Monitoring::MonitoringDiagnosticResult
| Name | Description | |
|---|---|---|
![]() | ErrorCode | Gets the error code for the diagnostic result. |
![]() | ErrorMessage | Gets the error message for the diagnostic result. |
![]() | Id | (Inherited from MonitoringBaseWithId.) |
![]() | LastModified | Gets the last time, in DateTime format, that the diagnostic result was modified. |
![]() | ManagementGroup | The connection management group connection used by this object. |
![]() | ManagementGroupId | (Inherited from MonitoringBase.) |
![]() | MonitoringDiagnosticId | Gets the globally unique identifier (GUID) of the diagnostic that ran. |
![]() | Output | Gets the output of the diagnostic. |
![]() | Status | Gets the latest status of the diagnostic. |
![]() | SubmittedBy | Gets the name of the user who submitted the diagnostic. |
![]() | TargetMonitoringObjectId | Gets the globally unique identifier (GUID) for the monitoring object that is the target of the diagnostic. |
![]() | TimeFinished | Gets the time, in DateTime format, that the diagnostic was finished. |
![]() | TimeScheduled | Gets the time, in DateTime format, that the diagnostic was scheduled to run. |
![]() | TimeStarted | Gets the time, in DateTime format, that the diagnostic was run. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from MonitoringBaseWithId.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from MonitoringBaseWithId.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Reconnect(EnterpriseManagementGroup^) | (Inherited from MonitoringBase.) |
![]() | SetId(Guid) | (Inherited from MonitoringBaseWithId.) |
![]() | ToString() | (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.




