NodeCommandResult 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 node command result object.
public class NodeCommandResult : System.Fabric.Result.TestCommandResult
type NodeCommandResult = class
inherit TestCommandResult
Public Class NodeCommandResult
Inherits TestCommandResult
- Inheritance
Properties
Exception |
This property contains an exception representing the reason a test command faulted. It is not valid unless the corresponding TestCommandProgressState is Faulted. (Inherited from TestCommandResult) |
NodeResult |
Gets the NodeResult object, which contains the information about the target node. |
Methods
ToString() |
Returns the string representation of the Exception, if the command failed. |
Applies to
Azure SDK for .NET