你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodeCommandResult 类

定义

返回 node 命令结果对象。

public class NodeCommandResult : System.Fabric.Result.TestCommandResult
type NodeCommandResult = class
    inherit TestCommandResult
Public Class NodeCommandResult
Inherits TestCommandResult
继承
NodeCommandResult

属性

Exception

此属性包含一个异常,表示测试命令出错的原因。 除非相应的 TestCommandProgressState 出错,否则它无效。

(继承自 TestCommandResult)
NodeResult

获取 NodeResult 对象,该对象包含有关目标节点的信息。

方法

ToString()

如果命令失败,则返回 Exception 的字符串表示形式。

适用于