Condividi tramite


VirtualMachine.State Property

Definition

Gets the current state of the virtual machine. Possible values include: 'Stopped', 'Starting', 'Running', 'Stopping', 'ResettingPassword', 'Reimaging', 'Redeploying'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.state")]
public Microsoft.Azure.Management.LabServices.Models.VirtualMachineState? State { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.state")>]
member this.State : Nullable<Microsoft.Azure.Management.LabServices.Models.VirtualMachineState>
Public ReadOnly Property State As Nullable(Of VirtualMachineState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to