MonitoringRecoveryResult Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a recovery result.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.Common::MonitoringBase
Microsoft.EnterpriseManagement.Common::MonitoringBaseWithId
Microsoft.EnterpriseManagement.Monitoring::MonitoringRecoveryResult
| Name | Description | |
|---|---|---|
![]() | ErrorCode | Gets the integer error code for the recovery result. |
![]() | ErrorMessage | Gets the error message for the recovery result. |
![]() | Id | (Inherited from MonitoringBaseWithId.) |
![]() | LastModified | Gets the time, in DateTime format, that the recovery result was last modified. |
![]() | ManagementGroup | The connection management group connection used by this object. |
![]() | ManagementGroupId | (Inherited from MonitoringBase.) |
![]() | MonitoringRecoveryId | Gets the globally unique identifier (GUID) for the recovery result. |
![]() | Output | Gets the output of the recovery. |
![]() | Status | Gets the latest status of the recovery result. |
![]() | SubmittedBy | Gets the name of the user that submitted the recovery. |
![]() | TargetMonitoringObjectId | Gets the globally unique identifier (GUID) for the target of the recovery. |
![]() | TimeFinished | Gets the time, in DateTime format, that the recovery finished running. |
![]() | TimeScheduled | Gets the time, in DateTime format, that the recovery was scheduled to run. |
![]() | TimeStarted | Gets the time, in DateTime format, that the recovery 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^) | Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).) |
![]() | 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.




