IExperimentProperties.Step Property

Definition

List of steps.

[Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=true, Description="List of steps.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IStep) }, Read=true, ReadOnly=false, Required=true, SerializedName="steps", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IStep> Step { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.Info(Create=true, Description="List of steps.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IStep) }, Read=true, ReadOnly=false, Required=true, SerializedName="steps", Update=true)>]
member this.Step : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IStep> with get, set
Public Property Step As List(Of IStep)

Property Value

Attributes

Applies to