IDevBox.PowerState Property

Definition

The current power state of the Dev Box.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The current power state of the Dev Box.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PowerState) }, ReadOnly=true, Required=false, SerializedName="powerState")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PowerState? PowerState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The current power state of the Dev Box.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PowerState) }, ReadOnly=true, Required=false, SerializedName="powerState")>]
member this.PowerState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.PowerState>
Public ReadOnly Property PowerState As Nullable(Of PowerState)

Property Value

Attributes

Applies to