次の方法で共有


PartitionRestartResult クラス

定義

パーティションの再起動の結果オブジェクトを返します。

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

注釈

このクラスは、パーティションの再起動アクションが呼び出された Selected パーティションを返します。

プロパティ

Exception

このプロパティには、テスト コマンドでエラーが発生した理由を表す例外が含まれています。 対応する TestCommandProgressState が Faulted でない限り、無効です。

(継承元 TestCommandResult)
SelectedPartition

選択したパーティションを取得します。

メソッド

ToString()

含まれている情報の文字列表現を返します。

適用対象