IBranchStatus.Action Property

Definition

The array of actions.

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

Property Value

Attributes

Applies to