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

ChaosScheduleJob 构造函数

定义

初始化 ChaosScheduleJob 类的新实例。

public ChaosScheduleJob (string chaosParameters, System.Fabric.Chaos.DataStructures.ChaosScheduleJobActiveDays days, System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosScheduleTimeRangeUtc> times);
new System.Fabric.Chaos.DataStructures.ChaosScheduleJob : string * System.Fabric.Chaos.DataStructures.ChaosScheduleJobActiveDays * System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosScheduleTimeRangeUtc> -> System.Fabric.Chaos.DataStructures.ChaosScheduleJob
Public Sub New (chaosParameters As String, days As ChaosScheduleJobActiveDays, times As List(Of ChaosScheduleTimeRangeUtc))

参数

chaosParameters
String

用于运行混沌的参数。

days
ChaosScheduleJobActiveDays

此作业将在一周中的哪几天触发混沌运行。

times
List<ChaosScheduleTimeRangeUtc>

混沌将运行在一天中的什么时间。

适用于