RecoveryWalkResponse Class

Definition

Response after calling a manual recovery walk

public class RecoveryWalkResponse
type RecoveryWalkResponse = class
Public Class RecoveryWalkResponse
Inheritance
RecoveryWalkResponse

Constructors

RecoveryWalkResponse()

Initializes a new instance of the RecoveryWalkResponse class.

RecoveryWalkResponse(Nullable<Boolean>, Nullable<Int32>)

Initializes a new instance of the RecoveryWalkResponse class.

Properties

NextPlatformUpdateDomain

Gets the next update domain that needs to be walked. Null means walk spanning all update domains has been completed

WalkPerformed

Gets whether the recovery walk was performed

Applies to