BranchStatus.Actions Property

Definition

Gets the array of actions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to