IBareMetalMachine.ActionState Property

Definition

The current state of any in progress or completed actions. The most recent known instance of each action type is shown.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The current state of any in progress or completed actions. The most recent known instance of each action type is shown.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IActionState) }, Read=true, ReadOnly=true, Required=false, SerializedName="actionStates", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IActionState> ActionState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The current state of any in progress or completed actions. The most recent known instance of each action type is shown.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IActionState) }, Read=true, ReadOnly=true, Required=false, SerializedName="actionStates", Update=false)>]
member this.ActionState : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IActionState>
Public ReadOnly Property ActionState As List(Of IActionState)

Property Value

Attributes

Applies to