MonitoringRecoveryResult Class

Definition

Caution

Use RecoveryResult

Represents a recovery result.

public ref class MonitoringRecoveryResult : Microsoft::EnterpriseManagement::Common::MonitoringBaseWithId
[System.Obsolete("Use RecoveryResult")]
[System.Serializable]
public class MonitoringRecoveryResult : Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
type MonitoringRecoveryResult = class
    inherit MonitoringBaseWithId
Public Class MonitoringRecoveryResult
Inherits MonitoringBaseWithId
Inheritance
MonitoringRecoveryResult
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.

MonitoringRecoveryId

The id of the recovery that ran.

Output

The output of the recovery.

Status

The latest status of the recovery.

SubmittedBy

Who the recovery was submitted by.

TargetMonitoringObjectId

The target of the recovery.

TimeFinished

The time this recovery was finished.

TimeScheduled

The time this recovery was scheduled to run.

TimeStarted

The time this recovery was run.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

Operators

Implicit(MonitoringRecoveryResult to RecoveryResult)

Performs an implicit conversion from MonitoringRecoveryResult to RecoveryResult.

Applies to