PoolVirtualMachineState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The state of the pooled virtual machines.
public enum PoolVirtualMachineState
type PoolVirtualMachineState =
Public Enum PoolVirtualMachineState
- Inheritance
-
PoolVirtualMachineState
Fields
| Name | Value | Description |
|---|---|---|
| Running | 0 | The virtual machine is up and running. |
| Creating | 1 | The virtual machine is creating. |
| Starting | 2 | The virtual machine is starting. |
| Deleting | 3 | The virtual machine is deleting. |
| Deallocated | 4 | The virtual machine has released the lease on the underlying hardware and is powered off. |
| Deallocating | 5 | The virtual machine is releasing the lease on the underlying hardware and is powered off. |
| Hibernated | 6 | The virtual machine has released the lease on the underlying hardware and is powered off. Memory contents of the VM are stored in the OS disk. When started again, applications and processes that were previously running in your VM resume from the state prior to hibernation. |
| Hibernating | 7 | The virtual machine is hibernating. |