RestartNodeResult Class
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.
Returns Restart node result object.
[System.Runtime.Serialization.DataContract]
public class RestartNodeResult
[<System.Runtime.Serialization.DataContract>]
type RestartNodeResult = class
Public Class RestartNodeResult
- Inheritance
-
RestartNodeResult
- Attributes
Remarks
This class returns the SelectedReplica and NodeResult for RestartNode Action.
Properties
NodeResult |
Gets the NodeResult. |
SelectedReplica |
Gets the SelectedReplica. SelectedReplica will be none in case the RestartNode Testability action was performed using node name. |
Methods
ToString() |
Formats NodeResult and SelectedReplica into a string. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET