Share via


ExperimentExecutionDetailsPropertiesRunInformation.Steps Property

Definition

Gets the steps of the experiment run.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to