IBareMetalMachine.ActionState 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 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