你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ChaosTestScenarioParameters 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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(TimeSpan, Int64, Boolean, TimeSpan) |
已过时.
初始化 ChaosTestScenarioParameters 类的新实例。 |
属性
MaxClusterStabilizationTimeout |
已过时.
在测试失败之前,在发生故障后等待群集稳定的最长时间。 |
TimeToRun |
已过时.
方案在结束前将运行的总时间。 (继承自 TestScenarioParameters) |
WaitTimeBetweenFaults |
已过时.
连续故障之间的最长等待时间:值越大,故障) 并发 (越低。 (继承自 TestScenarioParameters) |
WaitTimeBetweenIterations |
已过时.
在两次迭代之间等待一个受此值约束的随机持续时间。 |