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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET