다음을 통해 공유


RecoveryWalkResponse Constructors

Definition

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

walkPerformed
Nullable<Boolean>

Whether the recovery walk was performed

nextPlatformUpdateDomain
Nullable<Int32>

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

Applies to