Share via


Experiment.Steps Property

Definition

Gets or sets list of steps.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to