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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET