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)

プロパティ値

Chaos を実行するタイミングを定義する の ChaosScheduleJob 一覧。

属性

適用対象