RecoveryWalkResponse interface  
Response after calling a manual recovery walk
Properties
| next | 
	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.  | 
| walk | 
	Whether the recovery walk was performed NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		nextPlatformUpdateDomain
	   
	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.
nextPlatformUpdateDomain?: number
				Property Value
number
		walkPerformed
	 
	Whether the recovery walk was performed NOTE: This property will not be serialized. It can only be populated by the server.
walkPerformed?: boolean
				Property Value
boolean