次の方法で共有


RecoveryWalkResponse Constructors

Definition

Overloads

RecoveryWalkResponse()
RecoveryWalkResponse(Nullable<Boolean>, Nullable<Int32>)

RecoveryWalkResponse()

public RecoveryWalkResponse ();
Public Sub New ()

Applies to

RecoveryWalkResponse(Nullable<Boolean>, Nullable<Int32>)

public RecoveryWalkResponse (bool? walkPerformed = default, int? nextPlatformUpdateDomain = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RecoveryWalkResponse : Nullable<bool> * Nullable<int> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RecoveryWalkResponse
Public Sub New (Optional walkPerformed As Nullable(Of Boolean) = Nothing, Optional nextPlatformUpdateDomain As Nullable(Of Integer) = Nothing)

Parameters

walkPerformed
Nullable<Boolean>
nextPlatformUpdateDomain
Nullable<Int32>

Applies to