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() | |
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)