MonitoringRecoveryResult Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Common::MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Monitoring::MonitoringRecoveryResult

[SerializableAttribute]
[ObsoleteAttribute("Use RecoveryResult")]
public ref class MonitoringRecoveryResult : MonitoringBaseWithId

NameDescription
System_CAPS_pubpropertyErrorCode

Gets the integer error code for the recovery result.

System_CAPS_pubpropertyErrorMessage

Gets the error message for the recovery result.

System_CAPS_pubpropertyId

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubpropertyLastModified

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

System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitoringRecoveryId

Gets the globally unique identifier (GUID) for the recovery result.

System_CAPS_pubpropertyOutput

Gets the output of the recovery.

System_CAPS_pubpropertyStatus

Gets the latest status of the recovery result.

System_CAPS_pubpropertySubmittedBy

Gets the name of the user that submitted the recovery.

System_CAPS_pubpropertyTargetMonitoringObjectId

Gets the globally unique identifier (GUID) for the target of the recovery.

System_CAPS_pubpropertyTimeFinished

Gets the time, in DateTime format, that the recovery finished running.

System_CAPS_pubpropertyTimeScheduled

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

System_CAPS_pubpropertyTimeStarted

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).)

System_CAPS_protmethodSetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodToString()

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

Return to top
Show: