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
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