Table of Contents

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 = 1

The virtual machine is deallocated.

Deallocating = 2

The virtual machine is deallocating.

Running = 3

The virtual machine is running.

Starting = 4

The virtual machine is starting.

Stopped = 5

The virtual machine is stopped.

Stopping = 6

The virtual machine is stopping.

Unknown = 0

The power state is unknown.