IBranch.Action Property

Definition

List of actions.

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

Property Value

Attributes

Applies to