Condividi tramite


VirtualMachineState Enum

Definition

Defines values for VirtualMachineState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum VirtualMachineState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type VirtualMachineState = 
Public Enum VirtualMachineState
Inheritance
VirtualMachineState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Redeploying 6

The VM is being redeployed.

Reimaging 5

The VM is being reimaged.

ResettingPassword 4

The VM password is being reset.

Running 2

The VM is running.

Starting 1

The VM is starting.

Stopped 0

The VM is currently stopped.

Stopping 3

The VM is stopping.

Applies to