ChaosTestScenarioParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is deprecated. Please use System.Fabric.Chaos.DataStructures.ChaosParameters instead.
This class defines all the test parameters to configure the 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
- Inheritance
- Attributes
Constructors
ChaosTestScenarioParameters(TimeSpan, Int64, Boolean, TimeSpan) |
Properties
MaxClusterStabilizationTimeout | |
TimeToRun | (Inherited from TestScenarioParameters) |
WaitTimeBetweenFaults | (Inherited from TestScenarioParameters) |
WaitTimeBetweenIterations |