Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Represents a recovery 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.MonitoringRecoveryResult
Syntax
[SerializableAttribute]
[ObsoleteAttribute("Use RecoveryResult")]
public class MonitoringRecoveryResult : MonitoringBaseWithId
[SerializableAttribute]
[ObsoleteAttribute("Use RecoveryResult")]
public ref class MonitoringRecoveryResult : MonitoringBaseWithId
[<SerializableAttribute>]
[<ObsoleteAttribute("Use RecoveryResult")>]
type MonitoringRecoveryResult = 
    class
        inherit MonitoringBaseWithId
    end
<SerializableAttribute>
<ObsoleteAttribute("Use RecoveryResult")>
Public Class MonitoringRecoveryResult
    Inherits MonitoringBaseWithId
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ErrorCode | Gets the integer error code for the recovery result. | 
| .jpeg) | ErrorMessage | Gets the error message for the recovery result. | 
| .jpeg) | Id | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | LastModified | Gets the time, in DateTime format, that the recovery result was last modified. | 
| .jpeg) | ManagementGroup | The connection management group connection used by this object. | 
| .jpeg) | ManagementGroupId | (Inherited from MonitoringBase.) | 
| .jpeg) | MonitoringRecoveryId | Gets the globally unique identifier (GUID) for the recovery result. | 
| .jpeg) | Output | Gets the output of the recovery. | 
| .jpeg) | Status | Gets the latest status of the recovery result. | 
| .jpeg) | SubmittedBy | Gets the name of the user that submitted the recovery. | 
| .jpeg) | TargetMonitoringObjectId | Gets the globally unique identifier (GUID) for the target of the recovery. | 
| .jpeg) | TimeFinished | Gets the time, in DateTime format, that the recovery finished running. | 
| .jpeg) | TimeScheduled | Gets the time, in DateTime format, that the recovery was scheduled to run. | 
| .jpeg) | TimeStarted | Gets the time, in DateTime format, that the recovery was run. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase.Reconnect(EnterpriseManagementGroup).) | 
| .jpeg) | SetId(Guid) | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | ToString() | (Inherited from MonitoringBase.) | 
Operators
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | Implicit(MonitoringRecoveryResult to RecoveryResult) | 
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