RecoveryWalkResponse Constructors
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.
Overloads
RecoveryWalkResponse() |
Initializes a new instance of the RecoveryWalkResponse class. |
RecoveryWalkResponse(Nullable<Boolean>, Nullable<Int32>) |
Initializes a new instance of the RecoveryWalkResponse class. |
RecoveryWalkResponse()
Initializes a new instance of the RecoveryWalkResponse class.
public RecoveryWalkResponse ();
Public Sub New ()
Applies to
RecoveryWalkResponse(Nullable<Boolean>, Nullable<Int32>)
Initializes a new instance of the RecoveryWalkResponse class.
public RecoveryWalkResponse (bool? walkPerformed = default, int? nextPlatformUpdateDomain = default);
new Microsoft.Azure.Management.Compute.Models.RecoveryWalkResponse : Nullable<bool> * Nullable<int> -> Microsoft.Azure.Management.Compute.Models.RecoveryWalkResponse
Public Sub New (Optional walkPerformed As Nullable(Of Boolean) = Nothing, Optional nextPlatformUpdateDomain As Nullable(Of Integer) = Nothing)
Parameters
The next update domain that needs to be walked. Null means walk spanning all update domains has been completed
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