IBranchStatus.Action Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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