RecoveryWalkResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET