LabVirtualMachineState 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 a virtual machine.
public enum LabVirtualMachineState
type LabVirtualMachineState =
Public Enum LabVirtualMachineState
- Inheritance
-
LabVirtualMachineState
Fields
Name | Value | Description |
---|---|---|
Stopped | 0 | The VM is currently stopped. |
Starting | 1 | The VM is starting. |
Running | 2 | The VM is running. |
Stopping | 3 | The VM is stopping. |
ResettingPassword | 4 | The VM password is being reset. |
Reimaging | 5 | The VM is being reimaged. |
Redeploying | 6 | The VM is being redeployed. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET