次の方法で共有


ChaosTestScenarioParameters クラス

定義

注意事項

This class is deprecated. Please use System.Fabric.Chaos.DataStructures.ChaosParameters instead.

このクラスは、ChaosTestScenario を構成するためにすべてのテスト パラメーターを定義します。

[System.Obsolete("This class is deprecated. Please use System.Fabric.Chaos.DataStructures.ChaosParameters instead.")]
[System.Serializable]
public class ChaosTestScenarioParameters : System.Fabric.Testability.Scenario.TestScenarioParameters
[<System.Obsolete("This class is deprecated. Please use System.Fabric.Chaos.DataStructures.ChaosParameters instead.")>]
[<System.Serializable>]
type ChaosTestScenarioParameters = class
    inherit TestScenarioParameters
Public Class ChaosTestScenarioParameters
Inherits TestScenarioParameters
継承
ChaosTestScenarioParameters
属性

コンストラクター

ChaosTestScenarioParameters(TimeSpan, Int64, Boolean, TimeSpan)
古い.

ChaosTestScenarioParameters クラスの新しいインスタンスを初期化します。

プロパティ

MaxClusterStabilizationTimeout
古い.

障害が発生した後にクラスターが安定するまで待機してからテストに失敗するまでの最大時間。

TimeToRun
古い.

シナリオが終了するまでに実行される合計時間。

(継承元 TestScenarioParameters)
WaitTimeBetweenFaults
古い.

連続する障害間の最大待機時間: 値が大きいほど、コンカレンシー (障害数) が低くなります。

(継承元 TestScenarioParameters)
WaitTimeBetweenIterations
古い.

この値にバインドされたランダムな期間の 2 回の繰り返しの間の待機時間。

適用対象