次の方法で共有


ExperimentExecutionDetailsPropertiesRunInformation.Steps プロパティ

定義

実験の実行手順を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="steps")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.StepStatus> Steps { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="steps")>]
member this.Steps : System.Collections.Generic.IList<Microsoft.Azure.Management.Chaos.Models.StepStatus>
Public ReadOnly Property Steps As IList(Of StepStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象