ChaosDescription クラス

定義

Chaos の状態を表します。

[System.Runtime.Serialization.DataContract]
public sealed class ChaosDescription
[<System.Runtime.Serialization.DataContract>]
type ChaosDescription = class
Public NotInheritable Class ChaosDescription
継承
ChaosDescription
属性

コンストラクター

ChaosDescription(ChaosStatus, ChaosParameters, ChaosScheduleStatus)

ChaosDescription クラスの新しいインスタンスを初期化します。

プロパティ

ChaosParameters

Chaos パラメーターを取得します。

ScheduleStatus

Chaos スケジュールの状態を取得します。

Status

Chaos 状態を取得します。

メソッド

ToString()

Chaos 記述オブジェクトの文字列表現を取得します。

適用対象