IVirtualMachine.PowerState Property

Definition

The power state of the virtual machine.

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

Property Value

Attributes

Applies to