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

ChaosSchedule.Jobs 属性

定义

获取定义何时运行 Chaos 的列表 ChaosScheduleJob

[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosScheduleJob> Jobs { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Jobs : System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosScheduleJob>
Public ReadOnly Property Jobs As List(Of ChaosScheduleJob)

属性值

定义何时运行混沌测试的列表 ChaosScheduleJob

属性

适用于