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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET