Share via


ChaosExperimentBranch.Actions Property

Definition

List of actions. Please note ChaosExperimentAction is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ChaosContinuousAction, ChaosDelayAction and ChaosDiscreteAction.

public System.Collections.Generic.IList<Azure.ResourceManager.Chaos.Models.ChaosExperimentAction> Actions { get; }
member this.Actions : System.Collections.Generic.IList<Azure.ResourceManager.Chaos.Models.ChaosExperimentAction>
Public ReadOnly Property Actions As IList(Of ChaosExperimentAction)

Property Value

Applies to