Enum AzureVirtualMachinePowerState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the power state of an Azure virtual machine at the time of the scan.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureVirtualMachinePowerState
Fields
Deallocated = 1The virtual machine is deallocated.
Deallocating = 2The virtual machine is deallocating.
Running = 3The virtual machine is running.
Starting = 4The virtual machine is starting.
Stopped = 5The virtual machine is stopped.
Stopping = 6The virtual machine is stopping.
Unknown = 0The power state is unknown.