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

PartitionRestartResult 类

定义

返回 Restart 分区结果对象。

[System.Serializable]
public class PartitionRestartResult : System.Fabric.Result.TestCommandResult
[<System.Serializable>]
type PartitionRestartResult = class
    inherit TestCommandResult
Public Class PartitionRestartResult
Inherits TestCommandResult
继承
PartitionRestartResult
属性

注解

此类返回已为其调用重启分区操作的选定分区。

属性

Exception

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

(继承自 TestCommandResult)
SelectedPartition

获取所选分区。

方法

ToString()

返回包含信息的字符串表示形式。

适用于