Share via


IVirtualMachine.State Property

Definition

The current state of the virtual machine

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

Property Value

Attributes

Applies to