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

PartitionDataLossResult 类

定义

返回 Invoke 数据丢失结果对象。

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

注解

此类返回为其调用了调用数据丢失操作的 SelectedPartition 信息。

属性

Exception

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

(继承自 TestCommandResult)
SelectedPartition

获取所选分区。

方法

ToString()

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

适用于