StartNodeResult 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 Start node result object.
[System.Serializable]
public class StartNodeResult : System.Fabric.Result.NodeResult
[<System.Serializable>]
type StartNodeResult = class
inherit NodeResult
Public Class StartNodeResult
Inherits NodeResult
- Inheritance
- Attributes
Remarks
This class returns the NodeResult for Start Node action.
Properties
NodeInstance |
Gets node instance id. (Inherited from NodeResult) |
NodeName |
Gets node name. (Inherited from NodeResult) |
Methods
ToString() |
Returns a string like: "NodeName: string, NodeInstance: BigInteger" (Inherited from NodeResult) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET