次の方法で共有


ExperimentExecutionDetailsPropertiesRunInformation コンストラクター

定義

オーバーロード

ExperimentExecutionDetailsPropertiesRunInformation()

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

ExperimentExecutionDetailsPropertiesRunInformation(IList<StepStatus>)

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

ExperimentExecutionDetailsPropertiesRunInformation()

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

public ExperimentExecutionDetailsPropertiesRunInformation ();
Public Sub New ()

適用対象

ExperimentExecutionDetailsPropertiesRunInformation(IList<StepStatus>)

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

public ExperimentExecutionDetailsPropertiesRunInformation (System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.StepStatus> steps = default);
new Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionDetailsPropertiesRunInformation : System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.StepStatus> -> Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionDetailsPropertiesRunInformation
Public Sub New (Optional steps As IList(Of StepStatus) = Nothing)

パラメーター

steps
IList<StepStatus>

実験の実行手順。

適用対象