Package version:

Interface RecoveryWalkResponse

Response after calling a manual recovery walk

interface RecoveryWalkResponse {
    nextPlatformUpdateDomain?: number;
    walkPerformed?: boolean;
}

Properties

nextPlatformUpdateDomain?: number

The next update domain that needs to be walked. Null means walk spanning all update domains has been completed NOTE: This property will not be serialized. It can only be populated by the server.

walkPerformed?: boolean

Whether the recovery walk was performed NOTE: This property will not be serialized. It can only be populated by the server.