RecoveryWalkResponseInner 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
RecoveryWalkResponseInner() |
Initializes a new instance of the RecoveryWalkResponseInner class. |
RecoveryWalkResponseInner(Nullable<Boolean>, Nullable<Int32>) |
Initializes a new instance of the RecoveryWalkResponseInner class. |
RecoveryWalkResponseInner()
Initializes a new instance of the RecoveryWalkResponseInner class.
public RecoveryWalkResponseInner ();
Public Sub New ()
Applies to
RecoveryWalkResponseInner(Nullable<Boolean>, Nullable<Int32>)
Initializes a new instance of the RecoveryWalkResponseInner class.
public RecoveryWalkResponseInner (bool? walkPerformed = default, int? nextPlatformUpdateDomain = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.RecoveryWalkResponseInner : Nullable<bool> * Nullable<int> -> Microsoft.Azure.Management.Compute.Fluent.Models.RecoveryWalkResponseInner
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